mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
add debug information in user-propagate #5687
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e9e52a58f
commit
c083aa82ee
5 changed files with 22 additions and 4 deletions
|
@ -33,6 +33,7 @@ skolem::skolem(ast_manager& m, th_rewriter& rw):
|
|||
m_aut_step = "aut.step";
|
||||
m_pre = "seq.pre"; // (seq.pre s l): prefix of string s of length l
|
||||
m_post = "seq.post"; // (seq.post s l): suffix of string s of length k, based on extract starting at index i of length l
|
||||
m_postp = "seq.postp";
|
||||
m_eq = "seq.eq";
|
||||
m_max_unfolding = "seq.max_unfolding";
|
||||
m_length_limit = "seq.length_limit";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue