idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::StrongBranchingPhase Class Reference
Collaboration diagram for idol::StrongBranchingPhase:
Collaboration graph

Public Member Functions

 StrongBranchingPhase (const StrongBranchingPhaseType &t_phase_type, unsigned int t_max_n_variables, unsigned int t_max_depth)
 
 StrongBranchingPhase (const StrongBranchingPhase &t_src)
 
 StrongBranchingPhase (StrongBranchingPhase &&t_src)=default
 
const StrongBranchingPhaseTypetype () const
 
StrongBranchingPhaseTypetype ()
 
unsigned int max_n_variables () const
 
unsigned int max_depth () const
 

Detailed Description

Definition at line 35 of file StrongBranchingPhase.h.

Member Function Documentation

◆ max_depth()

unsigned int idol::StrongBranchingPhase::max_depth ( ) const
inline

Definition at line 51 of file StrongBranchingPhase.h.

◆ max_n_variables()

unsigned int idol::StrongBranchingPhase::max_n_variables ( ) const
inline

Definition at line 49 of file StrongBranchingPhase.h.

◆ type() [1/2]

StrongBranchingPhaseType & idol::StrongBranchingPhase::type ( )
inline

Definition at line 47 of file StrongBranchingPhase.h.

◆ type() [2/2]

const StrongBranchingPhaseType & idol::StrongBranchingPhase::type ( ) const
inline

Definition at line 45 of file StrongBranchingPhase.h.