メインコンテンツへスキップ

Infeasible Model unbound Excel OpenSolver

ユーザーの入力を待っています。

コメント

2件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Maliheh Aramon
    • Gurobi Staff

    Hi Adrian, 

    What are the coefficient values of variables \(x_i\) in your maximization model? Are they negative?

    The best way to figure out why your model is infeasible is to compute one of its IIS (Irreducible Inconsistent Subsystems). You can do this using the model.computeIIS() method of the Gurobi Python API. I looked at the OpenSolver list of APIs and it seems to me that there is no API to find IIS using OpenSolver directly.

    You can either use one of the Gurobi Python APIs directly to figure out why your model is infeasible. Alternatively, you can save your model as an MPS file following our instructions in How do I write an MPS model file from a third-party API? and share it with us using OneDrive, Google Drive, or Dropbox.

    Best regards,

    Maliheh

    0

投稿コメントは受け付けていません。