We can either minimize or maximize the objective function. We encapsulate this information in a class since it is required in various classes.
#include <optsense.h>
Inheritance diagram for ABA_OPTSENSE::
|
This version of the function sense() sets the optimization sense.
The output operator writes the optimization sense on an output stream in the form { maximize}, { minimize}, or { unknown}.
We can either minimize or maximize the objective function. We encapsulate this information in a class since it is required in various classes.
Definition at line 43 of file optsense.h.
The enumeration defining the sense of optimization.
Definition at line 53 of file optsense.h.
The constructor initializes the optimization sense.
Definition at line 106 of file optsense.h.
This version of the function sense() sets the optimization sense.
Definition at line 116 of file optsense.h.
The sense of the optimization.
Definition at line 111 of file optsense.h.
true If it is minimization problem,
false otherwise.
Definition at line 121 of file optsense.h.
true If it is maximization problem,
false otherwise.
Definition at line 126 of file optsense.h.
true If the optimization sense is unknown,
false otherwise.
Definition at line 131 of file optsense.h.
The output operator writes the optimization sense on an output stream in the form { maximize}, { minimize}, or { unknown}.
The output stream.
The optimization sense.
Definition at line 102 of file optsense.h.
The documentation for this class was generated from the following file: