Enum specifying the objective sense of the algorithm. MAXIMIZE means the
goal is to maximize the linear programming objective value, MINIMIZE - to
minimize the linear programming objective value.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.