Wiktor Wisniewski
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Wiktor Wisniewski-
Bitwise operator Python vs Julia
AnsweredI have a working model in python. mdl = Model('myModel')mdl.setParam('MIPGap', 0.000001)mdl.setParam('TimeLimit', 10) x = mdl.addVars(A, vtype=GRB.BINARY)u = mdl.addVars(N, vtype=GRB.CONTINUOUS) md...