mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
Performance improvements for seq-sls (#7519)
* Improve length repair * Fixed arguments * Special case regex membership with constant string * Trying hybrid eq-repair strategy * Different heuristic * Fixed stoi
This commit is contained in:
parent
3cdcd831b1
commit
1553bae20c
6 changed files with 118 additions and 36 deletions
|
@ -636,6 +636,7 @@ public:
|
|||
}
|
||||
|
||||
family_id get_family_id() const { return m_fid; }
|
||||
family_id get_char_family_id() const { return ch.get_family_id(); }
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, seq_util::rex::pp const & p) { return p.display(out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue