mirror of
https://github.com/Z3Prover/z3
synced 2026-03-21 20:18:50 +00:00
Added right-to-left rules
This commit is contained in:
parent
ff6534b53e
commit
e384e8f3d4
8 changed files with 817 additions and 578 deletions
|
|
@ -249,6 +249,7 @@ struct smt_params : public preprocessor_params,
|
|||
// -----------------------------------
|
||||
symbol m_string_solver;
|
||||
unsigned m_nseq_max_depth = 0;
|
||||
bool m_nseq_parikh = true;
|
||||
|
||||
smt_params(params_ref const & p = params_ref()):
|
||||
m_string_solver(symbol("auto")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue