scalation.database.logic
package scalation.database.logic
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Value members
Concrete methods
Return the power set for an sequence of n Boolean variables.
Return the power set for an sequence of n Boolean variables.
Value parameters
- n
-
the number of variables
Attributes
The sATsolverTest
main function is used to test the powerSet and satSolver functions.
The sATsolverTest
main function is used to test the powerSet and satSolver functions.
runMain scalation.database.logic.sATsolverTest
Attributes
Determine whether the propositional logic formula f of n Boolean variables is satisfiable. Satisfiability: exists x such that f(x) is true.
Determine whether the propositional logic formula f of n Boolean variables is satisfiable. Satisfiability: exists x such that f(x) is true.
Value parameters
- f
-
the formula
- n
-
the number of variables
Attributes
In this article