Xi He

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

アクティビティの概要

Xi Heさんの最近のアクティビティ
  • Xi Heさんがコメントを作成しました:

    Hi Jaromił,   Many thanks for your explanations, I am so sorry for this tiny mistake, hope you will be good and well!   Best, Xi

  • Xi Heさんがコメントを作成しました:

    Hi Jaromił, Here is the code that I provide the input, you can change N to get infeasible or feasible model. import numpy as npimport gurobipy as gpfrom gurobipy import GRBfrom scipy import sparsef...

  • Xi Heさんがコメントを作成しました:

    Hi Jormil, Many thanks for your explanations, but this cannot solve my problem, maybe I didn't explain it very well. Let me rephrase my question, my problem is not about how to detect if my model i...

  • Xi Heさんが投稿を作成しました:

    Infeasible model in python project

    回答済み

    I try to use gurobipy to solve a linear programming problem, but when I try to run my code, no matter what input that I give, the result always be infeasible model. Here is my code where x is numpy...