Yifeng Mao

Curious
Gurobi-versary
Conversationalist
  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6

Posts

Recent activity by Yifeng Mao Recent activity Votes
  • Academic WLS license session error

    Answered

    Hi Gurobi team,    I am facing a session error when using my academic WLS license on the high performance computing cluster of my university. The error showed:  with gp.Model() as model:  File "src...

  • How to find a feasible solution that are most close to given starting values

    Answered

    Hi there, I am running the following piece of code. In the code, I already initialized the two variables, and the objective function was set as 0. What I expect is the solver outputting two initial...

  • How to describe SQL IN statement using Gurobi constraints

    Answered

    Hello, I am wondering how to use constraint to efficiently describe the IN statement of the SQL query.For example, could you give me the gurobi constraint that describes the SQL query of SELECT COU...

  • How many digits that gurobi continuous variable uses?

    Answered

    Hi Gurobi community,    I saw Gurobi.INTEGER is taking 32 bits to represent the value of variable. Thus, I am asking for the number of digits that a Gurobi.CONTINUOUS variable will take to represen...

  • Failed to find feasible solutions on super-undertermined problems

    Answered

    Hello Gurobi community, I met a problem on finding the feasible solutions to super under-determined problems.I am trying to find 10 feasible solutions to the problem containing 25 unknowns limited ...

  • Get multiple solutions

    Answered

    Hey we are using Gurobi to solve IP/MIP problems with trivial objective function and a number of constraints.We want to check whether the Gurobi API exists for the following scenarios:A) Validate a...