| Package | Description |
|---|---|
| org.evosuite.symbolic.solver | |
| org.evosuite.symbolic.solver.smt |
| Modifier and Type | Method and Description |
|---|---|
static SmtConstantDeclaration |
SmtExprBuilder.mkIntConstantDeclaration(String constName) |
static SmtConstantDeclaration |
SmtExprBuilder.mkRealConstantDeclaration(String constName) |
static SmtConstantDeclaration |
SmtExprBuilder.mkStringConstantDeclaration(String constName) |
| Modifier and Type | Method and Description |
|---|---|
List<SmtConstantDeclaration> |
SmtCheckSatQuery.getConstantDeclarations() |
| Constructor and Description |
|---|
SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations,
List<SmtAssertion> assertions) |
SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations,
List<SmtFunctionDeclaration> functionDeclarations,
List<SmtFunctionDefinition> functionDefinitions,
List<SmtAssertion> assertions) |
SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations,
List<SmtFunctionDefinition> functionDefinitions,
List<SmtAssertion> assertions) |
Copyright © 2010–2017 EvoSuite. All rights reserved.