public final class EvoSuiteSolver extends Solver
| Constructor and Description |
|---|
EvoSuiteSolver() |
| Modifier and Type | Method and Description |
|---|---|
SolverResult |
solve(Collection<Constraint<?>> constraints) |
addMissingVariables, checkSAT, getConcreteValues, getVariables, setConcreteValuespublic SolverResult solve(Collection<Constraint<?>> constraints) throws SolverTimeoutException, SolverEmptyQueryException
solve in class Solverconstraints - a constraint system to be solvedSolverTimeoutException - a timeout occurred while executing the solverSolverEmptyQueryException - the solverCopyright © 2010–2017 EvoSuite. All rights reserved.