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

Does Gurobi support mathematical integers or is it limited to machine precision for Integer programs?

回答済み

コメント

2件のコメント

  • 正式なコメント
    Greg Glockner
    • Gurobi Staff

    Gurobi uses standard mixed-integer programming (MIP) techniques: it solves MIP models via a series of continuous (linear programming) relaxations. All variables are therefore continuous (double) values; a value is considered an integer if it is within IntFeasTol of an integer value.

    Additionally, a large coefficient like 2251799813685248 will cause numerical problems for the underlying LP relaxation.

    (I moved this to the modeling topic).

  • 正式なコメント
    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 why not try our AI Gurobot?.

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