| Modifier and Type | Class and Description |
|---|---|
class |
NaiveSolver
Reference solver implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolverSpec.groundSolver(Solver solver) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.Set<scala.collection.immutable.Set<Literal>> |
Program.solve(scala.Function0<Solver> solverGen) |
scala.collection.immutable.Set<scala.collection.immutable.Set<Literal>> |
Program.solve(Program mergedProgram,
scala.Function0<Solver> solverGen)
Allows for adding program snippets and data, idiomatic to interaction with "normal" code.
|
scala.collection.immutable.Set<scala.collection.immutable.Set<Literal>> |
Program.solve(scala.collection.Seq<Rule> mergedRule,
scala.Function0<Solver> solverGen)
Same as above, but for rules (TODO: allow implicit into program?)
|
Copyright © 2013-2014. All Rights Reserved.