Giter Club home page Giter Club logo

Coq-Polyhedra

Formalizing convex polyhedra in Coq

Installation

Prerequisites

For the development packages, these source (git) are known to work:

Installing prerequisites from opam

Starting with opam 2.x, you can install all the needed dependencies via the opam OCaml packages manager.

  • Optionally, switch to a dedicated compiler:

    $> opam switch create ocaml-base-compiler.$OVERSION coq-polyhedra
    

    where $OVERSION is a valid OCaml version (e.g. 4.07.1)

  • Add the Coq repository:

    $> opam repo add coq-released https://coq.inria.fr/opam/released
    $> opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
    $> opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
    $> opam pin add -n https://github.com/Coq-Polyhedra/mathcomp.git
    $> opam pin add -n coq-mathcomp-finmap https://github.com/Coq-Polyhedra/finmap.git
    $> opam update
    
  • Installing the dependencies:

    $> opam install dune coq coq-mathcomp-field coq-mathcomp-finmap
    

Opam can be easily installed from source or via your packages manager:

  • On Ubuntu and derivatives:

    $> add-apt-repository ppa:avsm/ppa
    $> apt-get update
    $> apt-get install ocaml ocaml-native-compilers camlp4-extra opam
    
  • On MacOSX using brew:

    $> brew install ocaml opam
    

See [https://opam.ocaml.org/doc/Install.html] for how to install opam.

See [https://opam.ocaml.org/doc/Usage.html] for how to initialize opam

Compilation

We provide a Makefile. Simply type make.

Authors

coq-polyhedra's Projects

coq-polyhedra doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.