Satyam Kumar
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Posts
Recent activity by Satyam Kumar-
Model is solvable in one system whereas no ouptut in other system.
OngoingI wrote a MILP program in python (jupyter notebook editor). For optimization, I am using Gurobi software. One laptop gives me a solution within 7 sec whereas the other system runs (occupying all a...
-
Conditional statement in Gurobi
AnsweredSuppose I have four variables a,b,c,d with vtype = INTEGER minimize: |a-15| + |b-16| + |c-18| + |d-17| Constraint: if c-d == -1, then b-a >= 1 some more constraints ...