public interface SolverFunctions
Modifier and Type | Method and Description |
---|---|
Z3Solver.SatResult |
checkSat(int timeOutInSeconds)
Perform a SMT query if the problem is
satisfiable or not.
|
java.util.Map<java.lang.String,java.lang.String> |
getModel()
Get model from the Solver
|
void |
popContext(int numContext)
Get back the context for next query.
|
void |
pushContext()
Save the context.
|
java.util.Map<java.lang.String,java.lang.String> getModel()
Z3Solver.SatResult checkSat(int timeOutInSeconds)
timeOutInSeconds
- time out in seconds for the queryvoid pushContext()
void popContext(int numContext)
numContext
-