A.Omidi

  • Gurobi-versary
  • Collaborator
  • Investigator
  • Total activity 55
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 21

Posts

Recent activity by A.Omidi Recent activity Votes
  • SOS_type_1 definition in Java

    Hello, I want to use SOS_type_1 in my model in Java language. I defined variable "rank" as the below form: // Definition variable rank[i][k]GRBVar[][] rank = new GRBVar[item.length][item.length];fo...

  • Branch and price example

    Answered

    Hello everybody, Are there any B&P Java example using Gurobi? Regards Omidi. A

  • Unable to read MPS file

    Answered

    Hello everybody,   I have a problem with reading a (.mps) file in Java API. This is Java code: *=========================== import gurobi.*; public class Lp2 {public static void main(String[] args)...