#include "ortools/gscip/gscip_constraint_handler.h"
#include <functional>
#include <memory>
#include <string>
#include <utility>
#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/types/span.h"
#include "ortools/base/logging.h"
#include "ortools/base/status_macros.h"
#include "ortools/gscip/gscip.h"
#include "ortools/gscip/gscip_callback_result.h"
#include "ortools/linear_solver/scip_helper_macros.h"
#include "scip/def.h"
#include "scip/pub_cons.h"
#include "scip/pub_message.h"
#include "scip/pub_var.h"
#include "scip/scip_cons.h"
#include "scip/scip_cut.h"
#include "scip/scip_general.h"
#include "scip/scip_lp.h"
#include "scip/scip_sol.h"
#include "scip/scip_solvingstats.h"
#include "scip/scip_tree.h"
#include "scip/scip_var.h"
#include "scip/struct_cons.h"
#include "scip/struct_tree.h"
#include "scip/type_cons.h"
#include "scip/type_lp.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"
#include "scip/type_set.h"
#include "scip/type_tree.h"
#include "scip/type_var.h"
Go to the source code of this file.
◆ GScipHandler
◆ SCIP_DECL_CONSCHECK()
static SCIP_DECL_CONSCHECK |
( |
CheckFeasibilityC | | ) |
|
|
static |
◆ SCIP_DECL_CONSDELETE()
static SCIP_DECL_CONSDELETE |
( |
ConstraintDataDeleteC | | ) |
|
|
static |
◆ SCIP_DECL_CONSENFOLP()
static SCIP_DECL_CONSENFOLP |
( |
EnforceLpC | | ) |
|
|
static |
◆ SCIP_DECL_CONSENFOPS()
static SCIP_DECL_CONSENFOPS |
( |
EnforcePseudoSolutionC | | ) |
|
|
static |
◆ SCIP_DECL_CONSFREE()
static SCIP_DECL_CONSFREE |
( |
ConstraintHandlerFreeC | | ) |
|
|
static |
SCIP callback implementation Destructor of the constraint handler to free user data (called when SCIP is exiting).
Definition at line 390 of file gscip_constraint_handler.cc.
◆ SCIP_DECL_CONSLOCK()
static SCIP_DECL_CONSLOCK |
( |
VariableRoundingLockC | | ) |
|
|
static |
◆ SCIP_DECL_CONSSEPALP()
static SCIP_DECL_CONSSEPALP |
( |
SeparateLpC | | ) |
|
|
static |
◆ SCIP_DECL_CONSSEPASOL()
static SCIP_DECL_CONSSEPASOL |
( |
SeparatePrimalSolutionC | | ) |
|
|
static |