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

Inquiry About Reoptimizing a MILP Model with Column-and-Constraint Generation in a Single Model Object

回答済み

コメント

1件のコメント

  • Riley Clement
    • Gurobi Staff

    Hi Miguel,

    Adding constraints and variables would mean we need to throw out the existing B&B tree and start from scratch, but if the existing solution is still valid then at least you have an immediate solution which can be used to improve presolve and help early pruning so there is some advantage there.  In addition it may be quicker for build time to reuse the existing model, although this may not be true if you are making many changes.  I suspect reusing the existing model will be beneficial but ultimately like most things in this game you have to test it (and test accurately).

    (I don't see any numerical issues arising from reusing existing model).

    - Riley

    0

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