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

Portabilityportable
Stabilityprovisional
Maintainermasahiro.sakai@gmail.com
Safe HaskellNone

Algorithm.FourierMotzkin.Core

Description

Naïve implementation of Fourier-Motzkin Variable Elimination

Reference:

Synopsis

Documentation

type Rat = (ExprZ, Integer)Source

(t,c) represents t/c, and c must be >0.

data Lit Source

Literal

Constructors

Nonneg ExprZ 
Pos ExprZ