Bo Lan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Bo Lan-
Can model.copy() also copy my own data structures of variables in the original model (in Python)?
AnsweredGreetings, I made a model and added binary decision variables into a data structure like the following in Python: def make_model(some_arguments): model = grb.Model() ...... x[i,j...
-
'Python has stopped working' after called Gurobi to solve hundreds of large size MILP
AnsweredGreetings, I need to generate 600 MILP instances and solve them by using Python calling Gurobi. Each of the MILP instance has a similar scale like this: Optimize a model with 328593 rows, 485927 ...
-
GurobiError: Unsupported type (<class 'list'>) for LinExpr addition argument
AnsweredHi, I run 'diet2.py' in Anaconda 4.2.0, Python 3.5.6 and met this problem. Python 3.5.6 |Anaconda 4.2.0 (64-bit)| (default, Aug 26 2018, 16:05:27) [MSC v.1900 64 bit (AMD64)] Type "copyright", "c...