Automatische Hilfsvariablen

import Satchmo.Boolean 
import Satchmo.Solve
test :: SAT ( Decode Bool )
test = solve $ do 
    x <- boolean -- Allokation einer Variablen
    assert [ not x ]
    return $ decode x



2009-06-22