Skip to content

Commit

Permalink
add XPRS_BARITER
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit committed Dec 5, 2024
1 parent 03b488b commit bcfe582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/xpress/parse_header_xpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self):
"XPRS_TYPE_DOUBLE", "XPRS_PLUSINFINITY", "XPRS_MINUSINFINITY",
"XPRS_MAXBANNERLENGTH", "XPVERSION",
"XPRS_LPOBJVAL", "XPRS_MIPOBJVAL", "XPRS_BESTBOUND", "XPRS_OBJRHS", "XPRS_OBJSENSE",
"XPRS_ROWS", "XPRS_SIMPLEXITER",
"XPRS_ROWS", "XPRS_SIMPLEXITER", "XPRS_BARITER",
# LPSTATUS
"XPRS_LPSTATUS", "XPRS_LP_UNSTARTED", "XPRS_LP_OPTIMAL", "XPRS_LP_INFEAS",
"XPRS_LP_CUTOFF", "XPRS_LP_UNFINISHED", "XPRS_LP_UNBOUNDED",
Expand Down

0 comments on commit bcfe582

Please sign in to comment.