| Package | Description |
|---|---|
| org.evosuite.symbolic.solver | |
| org.evosuite.symbolic.solver.avm | |
| org.evosuite.symbolic.solver.cvc4 | |
| org.evosuite.symbolic.solver.z3 | |
| org.evosuite.symbolic.solver.z3str2 |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
SolverCache.getCachedResult()
If not in cache returns IllegalArgumentException()
|
static SolverResult |
SolverResult.newSAT(Map<String,Object> values) |
static SolverResult |
SolverResult.newUNSAT() |
abstract SolverResult |
Solver.solve(Collection<Constraint<?>> constraints) |
SolverResult |
SolverCache.solve(Solver solver,
Collection<Constraint<?>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
Solver.checkSAT(Collection<Constraint<?>> constraints,
SolverResult satResult) |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
EvoSuiteSolver.solve(Collection<Constraint<?>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
CVC4Solver.solve(Collection<Constraint<?>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
Z3Solver.solve(Collection<Constraint<?>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
Z3Str2Solver.solve(Collection<Constraint<?>> constraints) |
Copyright © 2010–2017 EvoSuite. All rights reserved.