Loading...
Searching...
No Matches
- lib
- include
- idol
- mixed-integer
- optimizers
- branch-and-bound
- node-selection-rules
- factories
5#ifndef IDOL_BESTBOUND_H
6#define IDOL_BESTBOUND_H
8#include "NodeSelectionRuleFactory.h"
9#include "idol/mixed-integer/optimizers/branch-and-bound/node-selection-rules/impls/BestBound.h"
20 explicit Strategy(
const BestBound& t_parent) {}
26 Strategy *clone()
const override {
27 return new Strategy(*
this);