diff --git a/ortools/xpress/parse_header_xpress.py b/ortools/xpress/parse_header_xpress.py index 0745f43..fba9fbb 100644 --- a/ortools/xpress/parse_header_xpress.py +++ b/ortools/xpress/parse_header_xpress.py @@ -113,7 +113,7 @@ def __init__(self): "XPRSgetmipsol", "XPRSchgbounds", "XPRSchgobj", "XPRSchgcoef", "XPRSchgmcoef", "XPRSchgrhs", "XPRSchgrhsrange", "XPRSchgrowtype", "XPRSaddcbmessage", "XPRSsetcbmessage", "XPRSaddmipsol", "XPRSaddcbintsol", "XPRSremovecbintsol", - "XPRSinterrupt", "XPRSlpoptimize", "XPRSmipoptimize"} + "XPRSinterrupt", "XPRSlpoptimize", "XPRSmipoptimize", "XPRSsetindicators"} self.__missing_required_functions = self.__required_functions self.__XPRSprob_section = False diff --git a/patch.py b/patch.py index b37f7c5..7af5907 100644 --- a/patch.py +++ b/patch.py @@ -38,7 +38,7 @@ # add the USE_SIRIUS configuration flag in deps.cmake full_patch.append(Addition( - Path.cwd()/'cmake'/'deps.cmake', + Path.cwd()/'cmake'/'system_deps.cmake', ''' if(USE_CPLEX) find_package(CPLEX REQUIRED)