package osdp

  1. Overview
  2. Docs

Module Osdp.SosSource

Sum of Squares (SOS) optimization.

This module takes SOS problems, transforms them to SDP problems, calls an SDP solver and rebuilds the result.

See file example/demo.ml for examples of use.

Sourcemodule type S = sig ... end
Sourcemodule Make (P : Polynomial.S) : S with module Poly = P

TODO: explain differences between these modules.

Sourcemodule Q : S with module Poly = Polynomial.Q
Sourcemodule Float : S with module Poly = Polynomial.Float
OCaml

Innovation. Community. Security.