Class SmtPropagator
java.lang.Object
tools.refinery.store.reasoning.smt.SmtPropagator
- All Implemented Interfaces:
ModelStoreConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ModelStoreBuilder storeBuilder) rlimit(int rlimit) rule(RelationalQuery precondition, Term<TruthValue> assertedTerm) rule(TheoryRule rule) rules(Collection<TheoryRule> rules) rules(TheoryRule... rules) timeout(int timeout)
-
Constructor Details
-
SmtPropagator
public SmtPropagator()
-
-
Method Details
-
rule
-
rule
-
rules
-
rules
-
timeout
-
rlimit
-
apply
- Specified by:
applyin interfaceModelStoreConfiguration
-