mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 04:41:21 +00:00
improved SLS
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e285f06de
commit
76b11f2d12
4 changed files with 9 additions and 1 deletions
|
@ -61,6 +61,9 @@ namespace smt {
|
|||
};
|
||||
};
|
||||
|
||||
const unsigned theory_pb::null_index = UINT_MAX;
|
||||
|
||||
|
||||
unsigned theory_pb::arg_t::get_hash() const {
|
||||
return get_composite_hash<arg_t, arg_t::kind_hash, arg_t::child_hash>(*this, size());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue