CouNumber * x_
current value of variables
DomainPoint & operator=(const DomainPoint &src)
assignment operator
void resize(int newdim)
resize domain point (for extending into higher space)
std::stack< DomainPoint * > domStack_
stack of saved points
Domain(const Domain &src)
copy constructor
bool isNlp_
true if this point comes from an NLP solver (and is thus nlp feasible)
bool & isNlp()
true if this point is the nlp solution
DomainPoint(int dim, CouNumber *x, CouNumber *lb, CouNumber *ub, bool copy=true)
constructor
void push(int dim, CouNumber *x, CouNumber *lb, CouNumber *ub, bool copy=true)
save current point and start using another
bool copied_
true if data has been copied (so we own it, and have to delete it upon destruction)
Define a point in the solution space and the bounds around it.
Define a dynamic point+bounds, with a way to save and restore previous points+bounds through a LIFO s...