| Class | Description |
|---|---|
| AllSatExample |
This example shows different ways to get all satisfiable models for a given set of constraints.
|
| FormulaClassifier |
This program parses user-given formulas and prints out the (minimal) matching theory for them.
|
| HoudiniApp |
This application executes the inductive-invariant synthesis algorithm called "Houdini" taken from
the paper Flanagan and Leino: "Houdini, an Annotation Assistant for ESC/Java".
|
| Interpolation |
Examples for Craig/sequential/tree interpolation.
|
| MaximizeCo2 |
Example for optimizing 'x' with some constraints.
|
| MinimizeTemp |
Example for getting values from optimization.
|
| OptimizationFormulaWeights |
Example for optimizing the weight of some constraints.
|
| OptimizationIntReal |
Example for optimizing 'x' with the constraint '0 <= x < 10'.
|
| PrincessConstBVBug | |
| Sudoku |
This program parses user-given Sudoku and solves it with an SMT solver.
|