Skip to main content

column name in bound section not defined

Awaiting user input

Comments

4 comments

  • Official comment
    Simranjit Kaur
    • 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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Maliheh Aramon
    • Gurobi Staff

    Hi, 

    The warning means that there are variables in the BOUNDS section of an MPS file that are not defined. That is, those variables do not appear in the COLUMNS section and are not part of the model. 

    Best regards,

    Maliheh

    0
  • ce jekl
    • Gurobi-versary
    • Collaborator
    • Investigator

    Thank you, but "what kind of action can result in this waning"?

    The mps I read comes from gurobi_model.write("test.mps"). I don't have a clue why this situation happens.

    0
  • Maliheh Aramon
    • Gurobi Staff

    Yes the warnings are strange if the model is written as an MPS file by Gurobi. Could you please post a minimal, reproducible example? Which Gurobi version are you using? 

    Alternatively, you can share your code that builds the model, if possible, using Dropbox, GoogleDrive, or OneDrive such that we can reproduce the warnings you see.

    Best regards,

    Maliheh

    0

Post is closed for comments.