Skip to main content

FeasRelax Model Relationships

Answered

Comments

2 comments

  • Matthew Chamberlain
    • First Question
    • First Comment

    An example of this might be:

    model.FeasRelax(myVars,myWeights)

    Where you could access LB and UB relaxation variables through:

    myVars[0].LBRelaxValue

    I realize these aren't the current interfaces, but this is a general example.

    0
  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Matthew,

    It's a good idea.  I have been thinking about something similar, perhaps an open-source Python package to make analysis of feasrelax models easier for people who are not familiar with analysis in Python.

    I'll add your suggestion to our product backlog and I'll update you of any progress made!

    Thanks for the feedback.

    Cheers,
    Riley

    0

Please sign in to leave a comment.