|
FLOPC++
|
#include <MP_model.hpp>
Private Member Functions | |
| virtual void | constraintDebug (string name, const vector< MP::Coef > &cfs) |
| virtual void | objectiveDebug (const vector< MP::Coef > &cfs) |
Friends | |
| class | MP_model |
Internal use: used when Verbose output is selected. Uses cout.
Definition at line 62 of file MP_model.hpp.
| void VerboseMessenger::constraintDebug | ( | string | name, |
| const vector< MP::Coef > & | cfs | ||
| ) | [private, virtual] |
Reimplemented from flopc::Messenger.
Definition at line 41 of file MP_model.cpp.
| void VerboseMessenger::objectiveDebug | ( | const vector< MP::Coef > & | cfs | ) | [private, virtual] |
Reimplemented from flopc::Messenger.
Definition at line 52 of file MP_model.cpp.
friend class MP_model [friend] |
Reimplemented from flopc::NormalMessenger.
Definition at line 63 of file MP_model.hpp.
1.7.4