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

Portabilitynon-portable (ScopedTypeVariables, Rank2Types)
Stabilityprovisional
Maintainermasahiro.sakai@gmail.com
Safe HaskellNone

Algorithm.MIPSolver2

Contents

Description

Naïve implementation of MIP solver based on Simplex2 module

Reference:

Synopsis

The Solver type

Solving

Extract results

Configulation

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

set callback function for receiving messages.