toysolver-0.8.1: 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
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • ScopedTypeVariables
  • RankNTypes
  • ExplicitForAll

ToySolver.Arith.MIP

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.