
Satyam Kumar
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Activity overview
Latest activity by Satyam Kumar-
Satyam Kumar commented,
Hi Jaromił, thanks for your reply. I checked for numerical issues as you suggested. I could not find any issue while printing m.printStats(), however when I tried to print m.KappaExact, it gives t...
-
Satyam Kumar created a post,
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...
-
Satyam Kumar created a post,
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 ...