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

Does ScaleFlag not work?

回答済み

コメント

1件のコメント

  • Michel Soares
    • Gurobi-versary
    • Thought Leader

    The coefficient statistics, by default, are always shown for the original model, before any scaling.

    Please try running this to see if the changes after presolving, which should include your scaling:

      p = model.presolve()
      p.printStats()

     

    0

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