Skip to main content

Solving a Semidefinite Programming using callback function and lazy constraints

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Sonja Mars
    • Gurobi Staff Gurobi Staff

    Hi,

    Is this a continuous SDP or a Mixed-Integer SDP that you are looking at?

    Please note, lazy constraints are used to cutoff infeasible integer solutions of a MIP. You cannot use them to do some outer approximation for a continuous cone. Because you would normally add them in a MIPSOL callback that is only called if a MIP solution is found. 

    Best regards,

      Sonja

    0

Post is closed for comments.