Minotaur 0.4.1
Docs for developers
|
Implement the class NodeStack for storing active nodes of the branch-and-bound tree on a stack data structure. More...
#include <cmath>
#include <iostream>
#include "MinotaurConfig.h"
#include "Node.h"
#include "NodeStack.h"
Implement the class NodeStack for storing active nodes of the branch-and-bound tree on a stack data structure.