FLOPC++
|
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 |
![]() | |
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 | |
![]() | |
double | m_ |
std::vector< Constant > | multiplicators |
MP_constraint * | R |
const TerminalExpression * | C |
std::vector< Coef > & | Coefs |
![]() | |
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.