
YJ Z
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by YJ Z-
Will quadratic constraints be automatically linearized during the optimization process?
AnsweredHello, I need add a constr like this: It can also be write like this : while all the variables are binary variables. I want to ask: Which constraint has higher optimization efficiency in gurobi...
-
Segmentation fault (core dumped)
AnsweredHi, I use Python to write a gurobi solver on a Linux system. When the problem size is small, it can be solved normally, but when the problem size increases, it reports an error: Segmentation fault....
-
Verify whether the given variables satisfy the constraints?
AnsweredAre there any api I can use to verify whether specific variables given by programmer satisfy the constraints? So that I can find wrong constrains write by myself. Thank you