Grace Jia
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Grace Jia-
Academic License for super computing clusters
AnsweredHi, I'm working on a project using our university's 3rd generation HYAK cluster (called "KLONE"). I first obtained an academic license under host ID "A". When I ran my MINLP model, I was assigned ...
-
Nonlinear constraint with two variables multiplied together and raised to some power
AnsweredHi there, My optimization problem has the following non-negative variables: V = model.addVars([i for i in range(0,4)], lb = 0, vtype = gp.GRB.CONTINUOUS) S = model.addVars([(i,s) for x in range(0,4...