Skip to main content

Does ScaleFlag not work?

Answered

Comments

1 comment

  • 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

Please sign in to leave a comment.