Pawan Aurora
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by Pawan Aurora-
How to retrieve the constraints from a given model using the Gurobi C APIs?
AnsweredHi, The function GRBgetconstrs does not seem to return the rhs values for the constraints. How do I get these as well? Thanks, Pawan
-
Creating a new environment with an existing model
AnsweredHi, I am writing a branch-and-cut procedure in C using the Gurobi C APIs for my optimisation problem. I wish to use multi-threading to solve the various nodes of the search tree in parallel. I unde...