mirror of
https://github.com/Z3Prover/z3
synced 2026-06-26 18:38:47 +00:00
code simplification, fix conflict in new_diseq_eh
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
352b14fe2b
commit
8cc85a7d7b
5 changed files with 47 additions and 47 deletions
|
|
@ -379,6 +379,8 @@ public:
|
|||
return result;
|
||||
}
|
||||
|
||||
expr_ref mk_symmetric_diff(expr *r1, expr *r2);
|
||||
|
||||
/**
|
||||
* check if regular expression is of the form all ++ s ++ all ++ t + u ++ all, where, s, t, u are sequences
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue