Fei Wang
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 4
Posts
Recent activity by Fei Wang-
Gurobi seems not able to solve an SOCP problem to optimal
AnsweredI have the following second order cone problem as following ()I used model.write("myfile_test.lp") to output the model as following: \ LP format - for model browsing. Use MPS format to capture...
-
How to define a list of n tuples, each tuple contains 2 variables
AnsweredI want to define a list of n tuples, each tuple represents a point in a plane, so each tuple contains two variables, what gurobi API should I use? I am using Python For example, if n = 5, then my ...