better comment

This commit is contained in:
lperron@google.com
2011-11-03 14:58:56 +00:00
parent d53c5f5faf
commit b80652fb5b

View File

@@ -254,7 +254,7 @@ void SCIPInterface::SetVariableInteger(int var_index, bool integer) {
ORTOOLS_SCIP_CALL(SCIPchgVarType(
scip_, scip_variables_[var_index],
integer ? SCIP_VARTYPE_INTEGER : SCIP_VARTYPE_CONTINUOUS));
#endif
#endif // SCIP_VERSION >= 210
} else {
sync_status_ = MUST_RELOAD;
}