toysolver-0.6.0: Assorted decision procedures for SAT, SMT, Max-SAT, PB, MIP, etc

Copyright(c) Masahiro Sakai 2012
LicenseBSD-style
Maintainermasahiro.sakai@gmail.com
Stabilityprovisional
Portabilitynon-portable (ScopedTypeVariables, Rank2Types)
Safe HaskellNone
LanguageHaskell2010

ToySolver.Arith.MIP

Contents

Description

Naïve implementation of MIP solver based on Simplex module

Reference:

Synopsis

The Solver type

Solving

Extract results

Configulation

setLogger :: Solver -> (String -> IO ()) -> IO () Source #

set callback function for receiving messages.