Uses of Class
eu.bandm.tools.dpll.SATSolver.State
Packages that use SATSolver.State
Package
Description
Model and solver for propositional logic in conjunctive normal form.
-
Uses of SATSolver.State in eu.bandm.tools.dpll
Methods in eu.bandm.tools.dpll that return SATSolver.StateModifier and TypeMethodDescriptionprotected SATSolver.State<P> SATSolver.initialState(Formula<P> form) Creates a new initial state for solving the given formula.protected SATSolver.State<P> Creates a copy of this state with a given unit clause added to the formula.Methods in eu.bandm.tools.dpll with parameters of type SATSolver.StateModifier and TypeMethodDescriptionSATSolver.State.sequential(SATSolver.State<P> s1, SATSolver.State<P> s2) Finds a solution from either of two split states by sequential exploration.SATSolver.State.split(SATSolver.State<P> s1, SATSolver.State<P> s2) Finds a solution from either of two split states.