Masoud Kavoosi

Gurobi-versary
Conversationalist
First Question
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by Masoud Kavoosi Recent activity Votes
  • Set the Priority of Variables

    Answered

    Hi there, In CPLEX we have the capability to set the priority order for the variable var to pri in the format below: public void setPriority(IloNumVar var, IloNum pri) Does Gurobi have this option ...

  • Status of Solution

    Answered

    Hi there, I have a program that solves problems by CPLEX and I want to change it to Gurobi. I am wondering what would be the equivalent of code below for Gurobi: if (IloCplex::Optimal == cplex->get...

  • Migrating from CPLEX to Gurobi

    Answered

    Hi there, I have a code, which solves the model by CPLEX. I am trying to make necessary changes to solve the model by Gurobi other than CPLEX. However, I do not know what is the Gurobi equivalent o...