package lp

  1. Overview
  2. Docs

Module for the optimization problem class.

type t =
  1. | LP
  2. | QP
  3. | QCP
  4. | MILP
  5. | MIQP
  6. | MIQCP

Optimization problem classes.

  • LP: Linear
  • QP: Quadratic
  • QCP: Quadratically Constrained; aka QCQP
  • MILP: Mixed Integer Linear
  • MIQP: Mixed Integer Quadratic
  • MIQCP: Mixed Integer Quadratically Constrained
val to_string : t -> string

Express the problem class in string.