Overview | Group | Index | Concepts |
The routine CPXgetobjsen
accesses 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 |