Functor to facilitate generation of the objective function. More...
#include <MP_expression.hpp>


Public Member Functions | |
| ObjectiveGenerateFunctor (std::vector< Coef > &coefs) | |
| virtual int | row_number () const |
Public Member Functions inherited from flopc::GenerateFunctor | |
| GenerateFunctor (std::vector< Coef > &coefs) | |
| virtual | ~GenerateFunctor () |
| void | setConstraint (MP_constraint *r) |
| void | setMultiplicator (std::vector< Constant > &mults, double m) |
| void | setTerminalExpression (const TerminalExpression *c) |
| void | operator() () const |
Additional Inherited Members | |
Public Attributes inherited from flopc::GenerateFunctor | |
| double | m_ |
| std::vector< Constant > | multiplicators |
| MP_constraint * | R |
| const TerminalExpression * | C |
| std::vector< Coef > & | Coefs |
Protected Member Functions inherited from flopc::Functor | |
| Functor () | |
| virtual | ~Functor () |
Functor to facilitate generation of the objective function.
Definition at line 80 of file MP_expression.hpp.
|
inline |
Definition at line 82 of file MP_expression.hpp.
|
inlinevirtual |
Reimplemented from flopc::GenerateFunctor.
Definition at line 83 of file MP_expression.hpp.
1.8.5