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