mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add missing tactic descriptions, add rewrite for tamagochi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
95cb06d8cf
commit
fcea32344e
19 changed files with 147 additions and 49 deletions
|
@ -13,7 +13,29 @@ Author:
|
|||
|
||||
Nikolaj Bjorner (nbjorner) 2012-11-16.
|
||||
|
||||
Revision History:
|
||||
Tactic Documentation:
|
||||
|
||||
## Tactic horn
|
||||
|
||||
### Short Description
|
||||
|
||||
Solve a set of Horn clauses using the SPACER engine.
|
||||
|
||||
### Long Description
|
||||
|
||||
The SPACER engine is specialized to solving Constrained Horn Clauses.
|
||||
This tactic instructs
|
||||
|
||||
## Tactic horn-simplify
|
||||
|
||||
### Short Description
|
||||
|
||||
Apply pre-processing simplification rules to a set of Horn clauses
|
||||
|
||||
### Long Description
|
||||
This tactic exposes pre-processing simplification rules for Constrained Horn Clauses.
|
||||
They include a repertoire of simplification options that can be controlled by toggling
|
||||
the `fp` parameters.
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue