Pawan Aurora
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Pawan Aurora-
Pawan Aurora commented,
If nothing else, I have the following workaround in mind. Since all my constraints are linear equations, I can optimise the model (which anyway I have to) and find the rhs values for a feasible sol...
-
Pawan Aurora created a post,
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
-
Pawan Aurora created a post,
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...