package lp-glpk

  1. Overview
  2. Docs

Simplex method control parameters.

module Meth : sig ... end
module Pt : sig ... end
module Rt : sig ... end
module An : sig ... end
type t
val tol_bnd : (float, t Ctypes.structure) Ctypes.field
val tol_dj : (float, t Ctypes.structure) Ctypes.field
val tol_piv : (float, t Ctypes.structure) Ctypes.field
val obj_ll : (float, t Ctypes.structure) Ctypes.field
val obj_ul : (float, t Ctypes.structure) Ctypes.field
val it_lim : (int, t Ctypes.structure) Ctypes.field
val tm_lim : (int, t Ctypes.structure) Ctypes.field

time limit in ms

val out_frq : (int, t Ctypes.structure) Ctypes.field

display frequency in ms

val out_dly : (int, t Ctypes.structure) Ctypes.field

display delay in ms

val presolve : (bool, t Ctypes.structure) Ctypes.field

enable/disable presolver

val excl : (bool, t Ctypes.structure) Ctypes.field
val shift : (bool, t Ctypes.structure) Ctypes.field
OCaml

Innovation. Community. Security.