Linne Li

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Linne Li Recent activity Votes
  • How to obtain a feasible solution within constraints?

    Answered

    Here's my model, and the output x has no assigned value, how could I obtain a feasible solution?   def Optimisation(distance, P, log_file=None):     setParam("LogToConsole", 0)     R = [i for i in ...