#include <stdlib.h>
#include <stack>
#include "CouenneTypes.hpp"
Include dependency graph for domain.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DomainPoint |
Define a point in the solution space and the bounds around it. More... | |
class | Domain |
Define a dynamic point+bounds, with a way to save and restore previous points+bounds through a LIFO structure. More... |