Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msakai/glpk-maxsat

Max-SAT frontend for GLPK
https://github.com/msakai/glpk-maxsat

Last synced: about 1 month ago
JSON representation

Max-SAT frontend for GLPK

Awesome Lists containing this project

README

        

glpk-maxsat
===========

[![Build Status](https://secure.travis-ci.org/msakai/glpk-maxsat.png?branch=master)](http://travis-ci.org/msakai/glpk-maxsat) [![Coverity Scan Build Status](https://scan.coverity.com/projects/5895/badge.svg)](https://scan.coverity.com/projects/msakai-glpk-maxsat)

Max-SAT frontend for GLPK (GNU Linear Programming Kit)
.

It convert problems of MAX-SAT families into MIP and solve them using
LP-based branch-and-bound approach.

Build
-----

./waf configure
./waf build

Usage
-----

glpsol-maxsat [file.cnf|file.wcnf]

About GLPK
----------

The GLPK (GNU Linear Programming Kit) package is intended for solving
large-scale linear programming (LP), mixed integer programming (MIP),
and other related problems. It is a set of routines written in ANSI C
and organized in the form of a callable library.