#include <solution.hxx>
Public Member Functions | |
Solution (std::vector< double > &, std::vector< double > &) | |
~Solution (void) | |
void | echo (void) |
Public Attributes | |
std::vector< double > * | param |
std::vector< double > * | obj |
Definition at line 25 of file solution.hxx.
Solution::Solution | ( | std::vector< double > & | par, |
std::vector< double > & | crt | ||
) |
Solution::~Solution | ( | void | ) |
void Solution::echo | ( | void | ) |
Definition at line 36 of file solution.cxx.
References CORBAEngineTest::i, obj, and param.
std::vector<double> * Solution::obj |
Definition at line 27 of file solution.hxx.
Referenced by Simplex::add(), gui.CItems.PointItem::clear(), gui.CItems.LineItem::clear(), echo(), Decoder::echo(), gui.CItems.TextItem::getObj(), gui.CItems.PointItem::getObj(), gui.CItems.LineItem::getObj(), Point::inform(), gui.CItems.TextItem::moveBy(), gui.CItems.TextItem::selected(), Solution(), and ~Solution().
std::vector<double>* Solution::param |
Definition at line 27 of file solution.hxx.
Referenced by echo(), Decoder::echo(), Point::next(), Solution(), and ~Solution().