package coq-libvalidsdp

  1. Overview
  2. No Docs
LibValidSDP

Install

Dune Dependency

Authors

Maintainers

Sources

libvalidsdp-1.0.0.tar.gz
sha512=911a7f3dce7984d54ca8b33dac9532e52000273c8e7928e02010e14e44caa1b4f3903fe6cc3f1b33e0e5a25394e20872a7a88091585fd8b02ad25e7a55d3c71f

Description

LibValidSDP is a library for the Coq formal proof assistant. It provides results mostly about rounding errors in the Cholesky decomposition algorithm used in the ValidSDP library which itself implements Coq tactics to prove multivariate inequalities using SDP solvers.

Once installed, the following modules can be imported : From libValidSDP Require Import Rstruct.v misc.v real_matrix.v bounded.v float_spec.v fsum.v fcmsum.v binary64.v cholesky.v float_infnan_spec.v binary64_infnan.v cholesky_infnan.v flx64.v zulp.v coqinterval_infnan.v.

Dependencies (8)

  1. ocamlfind build
  2. coq-mathcomp-analysis >= "0.3.4" & < "0.4~"
  3. coq-mathcomp-field >= "1.12" & < "1.15~"
  4. coq-interval >= "4.0.0" & < "5~"
  5. coq-coquelicot >= "3.0"
  6. coq-flocq >= "3.3.0"
  7. coq-bignums < "9~"
  8. coq >= "8.12" & < "8.16~"

Dev Dependencies (1)

  1. conf-autoconf build & dev

Used by (1)

  1. coq-validsdp = "1.0.0"

Conflicts

None