public class LingelingSolver extends SatSolver
| Constructor and Description |
|---|
LingelingSolver(String binaryLocation)
Creates a new solver based on the Lingeling
executable given as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.commons.Interpretation |
getWitness(Collection<PropositionalFormula> formulas)
If the collection of formulas is consistent this method
returns some model of it or, if it is inconsistent, null.
|
boolean |
isSatisfiable(Collection<PropositionalFormula> formulas)
Checks whether the given set of formulas is satisfiable.
|
convertToDimacs, convertToDimacs, createTmpDimacsFile, createTmpDimacsFile, getDefaultSolver, getWitness, getWitness, hasDefaultSolver, isConsistent, isConsistent, isConsistent, setDefaultSolver, setTempFolderpublic LingelingSolver(String binaryLocation)
binaryLocation - the path to the executable.public net.sf.tweety.commons.Interpretation getWitness(Collection<PropositionalFormula> formulas)
SatSolvergetWitness in interface net.sf.tweety.logics.commons.analysis.ConsistencyWitnessProvider<PropositionalFormula>getWitness in class SatSolverpublic boolean isSatisfiable(Collection<PropositionalFormula> formulas)
SatSolverisSatisfiable in class SatSolverformulas - a set of formulas.Copyright © 2018. All rights reserved.