mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
fix co-factoring'
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5348af3c4c
commit
b1d167de5b
5 changed files with 17 additions and 5 deletions
|
@ -184,8 +184,6 @@ namespace smt {
|
|||
|
||||
bool block_if_empty(expr* r, literal lit);
|
||||
|
||||
void propagate_is_non_empty(literal lit);
|
||||
|
||||
public:
|
||||
|
||||
seq_regex(theory_seq& th);
|
||||
|
@ -206,6 +204,8 @@ namespace smt {
|
|||
void propagate_ne(expr* r1, expr* r2);
|
||||
|
||||
void propagate_is_empty(literal lit);
|
||||
|
||||
void propagate_is_non_empty(literal lit);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue