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