Problem.Pclass
Module for the optimization problem class.
type t =
| LP
| QP
| QCP
| MILP
| MIQP
| MIQCP
Optimization problem classes.
val to_string : t -> string
Express the problem class in string.