Defines a view on a block (of variables) of a MINLP. More...
#include <MINLPView.h>
Public Member Functions | |
virtual int | size () const =0 |
virtual int | operator() (int index) const =0 |
Defines a view on a block (of variables) of a MINLP.
Definition at line 117 of file MINLPView.h.
virtual int MINLPView::BlockView::size | ( | ) | const [pure virtual] |
Implemented in MINLP::BlockView.
virtual int MINLPView::BlockView::operator() | ( | int | index | ) | const [pure virtual] |
Implemented in MINLP::BlockView.