yansong bai
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Comments
Recent activity by yansong bai-
Thank you very much, Marika and David. I just find the output 'xn' has the same value.And the information will not appear while the default MIPGap can appear. Optimal solution found at node 0 - now...
-
Thank you, Maliheh.
-
Ok, thank you Mario.
-
import numpy as npimport mathimport pandas as pdimport gurobipy as gpfrom gurobipy import GRBset1 = range(0,46)set3 = range(0,39)set4 = range(0,10)set5 = range(29,39)set2 = range(0,20)index = np.ar...
-
Thank you very much. It helps me a lot.