mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
euf solver updates
This commit is contained in:
parent
7bf691e1f9
commit
60ef60dff8
8 changed files with 46 additions and 0 deletions
|
@ -187,6 +187,8 @@ namespace euf {
|
|||
bool is_root(theory_var v) const { return var2enode(v)->is_root(); }
|
||||
void push() override { m_num_scopes++; }
|
||||
void pop(unsigned n) override;
|
||||
|
||||
unsigned random();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue