Class Solver<T>
A Boolean Satisfiability Solver.
[Obsolete("Use SatProblem instead.")]
public class Solver<T> where T : IEquatable<T>
Type Parameters
TThe underlying type used to identify/compare Literals.
- Inheritance
-
objectSolver<T>
Methods
IsSatisfiable(Formula<T>)
Checks whether formula is satisfiable.
public bool IsSatisfiable(Formula<T> formula)
Parameters
formulaFormula<T>