Package arrow. meta. plugins. analysis. smt
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Solver(context: SolverContext, nameProvider: NameProvider) : SolverContext, FormulaManager, BooleanFormulaManager, KotlinPrinter
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun FormulaManager.fieldNames(f: Iterable<Formula>): Set<Pair<String, ObjectFormula>>
Content copied to clipboard
fun FormulaManager.fieldNames(f: Formula): Set<Pair<String, ObjectFormula>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Solver.renameDeclarationConstraints(decl: DeclarationConstraints, mapping: Map<String, String>): DeclarationConstraints
Content copied to clipboard
Link copied to clipboard
fun Solver.substituteDeclarationConstraints(decl: DeclarationConstraints, mapping: Map<String, ObjectFormula>): DeclarationConstraints
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard