public final class SmtCheckSatQuery extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<SmtAssertion> |
getAssertions() |
List<SmtConstantDeclaration> |
getConstantDeclarations() |
List<SmtFunctionDeclaration> |
getFunctionDeclarations() |
List<SmtFunctionDefinition> |
getFunctionDefinitions() |
public SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations, List<SmtFunctionDeclaration> functionDeclarations, List<SmtFunctionDefinition> functionDefinitions, List<SmtAssertion> assertions)
public SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations, List<SmtAssertion> assertions)
public SmtCheckSatQuery(List<SmtConstantDeclaration> constantDeclarations, List<SmtFunctionDefinition> functionDefinitions, List<SmtAssertion> assertions)
public List<SmtAssertion> getAssertions()
public List<SmtConstantDeclaration> getConstantDeclarations()
public List<SmtFunctionDefinition> getFunctionDefinitions()
public List<SmtFunctionDeclaration> getFunctionDeclarations()
Copyright © 2010–2017 EvoSuite. All rights reserved.