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