ALESSANDRO VILLA
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by ALESSANDRO VILLA-
Hi Jonasz! I need another help, would be really kind from you.. I need to add an INTEGER DECISION VARIABLE called p=[2,4,5...10], with integer values. More specifically, I am referring to the p pr...
-
Hi Jonasz. Yes with 3 loops I can obtain all the combinations. I think is the right way of doing. But I would like to store somewhere (for every single model in the for cycle), the .sol file ( tha...
-
Hi Jonasz! Thank you for these info. More specifically, if alfa=[0,5,10,15], alfa2=[0,5,10,15] and beta=[1,1.1,1.5], I would like just to run every possible combination and compare the outputs. ( f...
-
Thank you Jonasz, I am using Python, I've already encoded the model but I don't know how to store the solutions in a dictionary or in another data structure. Once I used this command: model.write('...