Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::CallbackSetup Struct Reference

Public Member Functions

 CallbackSetup (SCIP *scip, SCIP_CONSHDLR *scip_handler, SCIP_CONS **conss, int nconss, int nusefulconss, SCIP_SOL *sol, bool is_pseudo_solution)
 

Public Attributes

SCIP_CONSHDLRDATA * scip_handler_data
 
internal::ScipCallbackRunnercallback_runner
 
ScipConstraintHandlerContext context
 
absl::Span< SCIP_CONS * > useful_constraints
 
absl::Span< SCIP_CONS * > unlikely_useful_constraints
 

Detailed Description

Definition at line 215 of file scip_callback.cc.

Constructor & Destructor Documentation

◆ CallbackSetup()

operations_research::CallbackSetup::CallbackSetup ( SCIP * scip,
SCIP_CONSHDLR * scip_handler,
SCIP_CONS ** conss,
int nconss,
int nusefulconss,
SCIP_SOL * sol,
bool is_pseudo_solution )
inline

Definition at line 222 of file scip_callback.cc.

Member Data Documentation

◆ callback_runner

internal::ScipCallbackRunner* operations_research::CallbackSetup::callback_runner

Definition at line 217 of file scip_callback.cc.

◆ context

ScipConstraintHandlerContext operations_research::CallbackSetup::context

Definition at line 218 of file scip_callback.cc.

◆ scip_handler_data

SCIP_CONSHDLRDATA* operations_research::CallbackSetup::scip_handler_data

Definition at line 216 of file scip_callback.cc.

◆ unlikely_useful_constraints

absl::Span<SCIP_CONS*> operations_research::CallbackSetup::unlikely_useful_constraints

Definition at line 220 of file scip_callback.cc.

◆ useful_constraints

absl::Span<SCIP_CONS*> operations_research::CallbackSetup::useful_constraints

Definition at line 219 of file scip_callback.cc.


The documentation for this struct was generated from the following file: