Skip to main content

Can I add enforce cblazy at MIPNODE?

Answered

Comments

1 comment

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Kaijiang,

    Can I add enforce cblazy at MIPNODE?

    Yes you can.  From the cbLazy docs:

    Add a new lazy constraint to a MIP model from within a callback function. Note that this method can only be invoked when the where value on the callback function is GRB.Callback.MIPNODE or GRB.Callback.MIPSOL (see the Callback Codes section for more information).

    The callback examples will also help with your implementation.

    - Riley

     

    0

Please sign in to leave a comment.