Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetobjsen
is used to access whether the
objective function sense of a CPLEX problem object is maximization or
minimization.
Example
cur_objsen = CPXgetobjsen (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |