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

Public Member Functions

 WithIterationLimit (unsigned int t_iteration_limit)
 
void build (Optimizer &t_optimizer) override
 
void clean (Optimizer &t_optimizer) override
 
WithIterationLimitclone () const override
 

Detailed Description

Definition at line 70 of file StrongBranchingPhase.h.

Constructor & Destructor Documentation

◆ WithIterationLimit()

idol::StrongBranchingPhases::WithIterationLimit::WithIterationLimit ( unsigned int  t_iteration_limit)
inlineexplicit

Definition at line 74 of file StrongBranchingPhase.h.

Member Function Documentation

◆ build()

void idol::StrongBranchingPhases::WithIterationLimit::build ( Optimizer t_optimizer)
inlineoverridevirtual

Implements idol::StrongBranchingPhaseType.

Definition at line 76 of file StrongBranchingPhase.h.

◆ clean()

void idol::StrongBranchingPhases::WithIterationLimit::clean ( Optimizer t_optimizer)
inlineoverridevirtual

Implements idol::StrongBranchingPhaseType.

Definition at line 81 of file StrongBranchingPhase.h.

◆ clone()

WithIterationLimit * idol::StrongBranchingPhases::WithIterationLimit::clone ( ) const
inlineoverridevirtual

Implements idol::StrongBranchingPhaseType.

Definition at line 86 of file StrongBranchingPhase.h.