Loading...
Searching...
No Matches
- lib
- include
- idol
- mixed-integer
- optimizers
- branch-and-bound
- nodes
5#ifndef IDOL_NODEUPDATOR_H
6#define IDOL_NODEUPDATOR_H
23 virtual void initialize() = 0;
25 virtual void prepare(
const Node<NodeT>& t_node) = 0;
27 virtual void clear() = 0;