#include <MINLPView.h>
Inheritance diagram for MINLPView::BlockView:
Public Member Functions | |
virtual int | size () const =0 |
virtual int | operator() (int index) const =0 |
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.