Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "scip/type_result.h"
#include "scip/type_retcode.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
Enumerations | |
enum class | operations_research::GScipCallbackResult { operations_research::kDidNotRun = 1 , operations_research::kDelayed = 2 , operations_research::kDidNotFind = 3 , operations_research::kFeasible = 4 , operations_research::kInfeasible = 5 , operations_research::kUnbounded = 6 , operations_research::kCutOff = 7 , operations_research::kSeparated = 8 , operations_research::kNewRound = 9 , operations_research::kReducedDomain = 10 , operations_research::kConstraintAdded = 11 , operations_research::kConstraintChanged = 12 , operations_research::kBranched = 13 , operations_research::kSolveLp = 14 , operations_research::kFoundSolution = 15 , operations_research::kSuspend = 16 , operations_research::kSuccess = 17 , operations_research::kDelayNode = 18 } |
Equivalent to type_result.h in SCIP. More... | |
Functions | |
SCIP_RESULT | operations_research::ConvertGScipCallbackResult (const GScipCallbackResult result) |