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

Not able to retrieve the objective value even though the model status is optimal.

回答済み

コメント

2件のコメント

  • David Torres Sanchez
    • Gurobi Staff

    Hi Rick,

    In Python, you can query the ObjVal attribute as \(\texttt{model.ObjVal}\), not the PoolObjVal, which is only available when looking at a solution pool.

    If you're interested in that, please check the poolsearch.py example.

    Cheers, 
    David

    0
  • rick van Willigen
    • Gurobi-versary
    • First Comment
    • First Question

    Ow wow, yes it works now! Thank you very much.

    0

サインインしてコメントを残してください。