mirror of
https://github.com/Z3Prover/z3
synced 2026-07-19 05:25:48 +00:00
Replaced stabilizers by landing decomposition (faster!)
Rank membership constraints by estimated size of their automaton Some refactoring Some bug fixes
This commit is contained in:
parent
5fc81bd1ae
commit
596cc14e83
18 changed files with 996 additions and 1316 deletions
|
|
@ -96,7 +96,6 @@ public:
|
|||
};
|
||||
|
||||
// half-open character interval [lo, hi)
|
||||
// mirrors ZIPT's CharacterRange
|
||||
struct char_range {
|
||||
unsigned m_lo;
|
||||
unsigned m_hi; // exclusive
|
||||
|
|
@ -117,7 +116,6 @@ struct char_range {
|
|||
};
|
||||
|
||||
// sorted list of non-overlapping character intervals
|
||||
// mirrors ZIPT's CharacterSet
|
||||
class char_set {
|
||||
svector<char_range> m_ranges;
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue