Marcela Villa Marulanda

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

投稿

Marcela Villa Marulandaによる最近のアクティビティ 最近のアクティビティ 投票
  • VRP model is infeasible

    回答済み

    Good day, I'm struggling with solving a VRP through MIP.  I followed the general VRP model (except for time window constraints) as it is shown in El-Sherbeny & Nasser A (2010)*, but the result is i...

  • How can I get or print the LHS constraint values?

    回答済み

    Hello, I'm getting started in using gurobi-python and need help.  This is my first model  and I want to print or get the values of the LHS_Constr (see below): from gurobipy import * pp3=Model()vrs=...