项目作者: pawelswoboda

项目描述 :
Solving LPs with convergent message passing
高级语言: C++
项目地址: git://github.com/pawelswoboda/LP_MP.git
创建时间: 2015-09-16T15:59:05Z
项目社区:https://github.com/pawelswoboda/LP_MP

开源协议:

下载


LP_MP

Build Status

LP_MP is a C++ framework for developing scalable dual (Lagrangean) decomposition based algorithms solvers for a wide range of LP-relaxations to discrete optimization problems.
For a theoretical introduction to the techniques used and the class of problems that can be optimized see [1].

Solvers

Solvers are provided in separate projects and include

Optimization techniques

Optimization techniques include

Installation

Type git clone https://github.com/pawelswoboda/LP_MP.git for downloading, then cd LP_MP and git submodule update --init for downloading dependenciesand finallycmake` for building.

Prerequisites:

  • Clang 5.0 or GCC 7.0 upwards for C++17 compatibility.

References