
YJ Z
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by YJ Z-
YJ Z created a post,
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...
-
YJ Z commented,
Thanks a lot!
-
YJ Z commented,
When S_range =range(12), E_range=range(1,13),W_range = range(17),H_range = range(17), it can be executed normally,but when S_range = range(24),E_range = range(1,25),it reports an error.
-
YJ Z created a post,
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....
-
YJ Z created a post,
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