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