relax_benders.h File Reference
Detailed Description
benders relaxator
Definition in file relax_benders.h.
Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPincludeRelaxBenders (SCIP *scip) |
| SCIP * | SCIPgetMasterProblemRelaxBenders (SCIP *scip) |
Function Documentation
◆ SCIPincludeRelaxBenders()
| SCIP_RETCODE SCIPincludeRelaxBenders | ( | SCIP * | scip | ) |
creates the benders relaxator and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 955 of file relax_benders.c.
References DEFAULT_CONTORIG, DEFAULT_NODELIMIT, FALSE, NULL, RELAX_DESC, RELAX_FREQ, RELAX_NAME, RELAX_PRIORITY, relaxCopyBenders, relaxExitBenders, relaxExitsolBenders, relaxInitBenders, SCIP_CALL, SCIP_LONGINT_MAX, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddLongintParam(), SCIPallocClearBlockMemory, and SCIPincludeRelax().
Referenced by SCIPincludeDefaultPlugins().
◆ SCIPgetMasterProblemRelaxBenders()
returns the master problem SCIP instance
- Parameters
-
scip SCIP data structure
Definition at line 983 of file relax_benders.c.
References NULL, RELAX_NAME, SCIPfindRelax(), and SCIPrelaxGetData().
Referenced by SCIP_DECL_DIALOGEXEC().