idol
Installation
Tutorials
Examples
API
Class List
Common
External MIP solvers
Universal Callbacks
Branch-and-Bound Algorithm
BranchAndBound
BranchAndBoundCallback
BranchAndBoundCallbackFactory
Branching Rules
Node Selection Rules
Heuristics
Heuristics::LocalBranching
Heuristics::RENS
Heuristics::SimpleRounding
Cutting Planes
Column Generation Algorithm
External Bilevel Solvers
Column-and-Constraint Generation Algorithm
Type List
Constants
FAQ
Benchmark
Developer guide
References
idol
API
Class List
Branch-and-Bound Algorithm
Heuristics
Heuristics::RENS
View page source
Heuristics::RENS
class
RENS
:
public
idol
::
CallbackFactory
Public Functions
RENS
(
)
=
default
inline
virtual
Callback
*
operator
()
(
)
override
inline
virtual
CallbackFactory
*
clone
(
)
const
override
RENS
&
with_optimizer
(
const
OptimizerFactory
&
t_optimizer_factory
)
class
Strategy
:
public
idol
::
Callback
Public Functions
Strategy
(
double
t_minimum_ratio_of_integer_variables_to_fix
,
double
t_minimum_ratio_of_variables_to_fix
,
OptimizerFactory
*
t_optimizer_factory
)