Bo Lan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Bo Lan-
Bo Lan commented,
Thank you, Baptiste, for sharing your practice. It's helpful. Larry
-
Bo Lan created a post,
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...
-
Bo Lan commented,
Thank you, Sonja. That's easy and helpful. Larry
-
Bo Lan commented,
Sonja, Thank you for your reply. I generated instances in series, i.e. generated one and solved it then generated and solved the next one. It means at anytime there's only one instance being proces...
-
Bo Lan created a post,
'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 ...
-
Bo Lan created a post,
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...