mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
euf::theory_var is int
This commit is contained in:
parent
f0b0ce401e
commit
cbcb5ad92d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace polysat {
|
|||
|
||||
using pdd = dd::pdd;
|
||||
using pvar = unsigned;
|
||||
using theory_var = unsigned;
|
||||
using theory_var = int;
|
||||
struct constraint_id {
|
||||
unsigned id = UINT_MAX;
|
||||
bool is_null() const { return id == UINT_MAX; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue