Taner Cokyasar

  • Gurobi-versary
  • First Comment
  • Curious
  • 合計アクティビティ 19
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 4
  • サブスクリプション 6

投稿

Taner Cokyasarによる最近のアクティビティ 最近のアクティビティ 投票
  • Terminate when the first BestBd is found

    回答済み

    I am trying to find the optimality gap of a solution (retrieved from a heuristic). Briefly, my procedure is: 1) find a heuristic solution, 2) feed the solution into Gurobipy MIP formulation as a st...

  • Two-type VRP

    I am trying to formulate a VRP for two types of vehicles and a single depot. V1 represents, say EVs, and V2 represents gas-fueled vehicles. V1-type vehicles consume less fuel/energy in the first M ...

  • Getting time values shown in the prints

    回答済み

    Is there any way in Python to record the time MIP start produces a solution. For example, how can I get 0.11s printed? Also, is there any way to get the time values for root relaxation and presolve...

  • MIP start did not produce a new incumbent solution

    回答済み

    I have seen this title has been used before (in Gurobi Google Groups) but I could not find a satisfying response for my specific issue. I am trying to solve a MIP with two sets of variables: x[v] a...

  • Gurobi Coding Use for other solvers

    回答済み

    Hello, I wonder if we can run models constructed by Gurobi's coding convention (in Python) using other open source solvers, e.g., GLPK? More clearly, assume I have a MIP model programmed and ready ...