Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.41 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.41 KB

Contractor for Linear Matrix Inequalities

This repository contains the source code of :

Installation

Requirements

The contractor relies on :

  • the IBEX library for interval computations and constraints processing. It has been developped with IBEX 2.1.5, and might require some adjustments to work with the latest version of IBEX (particularly for specifying the dimension in the constructor).
  • the SDPA library as an SDP solver

Setup

This project assumes the IBEX, SOPLEX, SDPA, MUMPS, PORD, MPISEQ, BLAS libraries are available respectively in the ibex-dev/lib, soplex-1.7.2/lib, sdpa/lib, sdpa/share/sdpa/mumps/build/lib/, sdpa/share/sdpa/mumps/build/lib/, sdpa/share/sdpa/mumps/build/libseq/, sdpa/share/sdpa/blas folders. Check the CMakeLists.txt file for additional information.

The project has been developped in a Linux environment and might require some modifications (especially regarding building SDPA, although other solvers can be used) to work on other platforms.