mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
euf::theory_var is int
This commit is contained in:
parent
f0b0ce401e
commit
cbcb5ad92d
|
@ -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…
Reference in a new issue