3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 14:55:25 +00:00

adding new clause management

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-09-26 10:17:57 -07:00
parent e2ed658c6c
commit 7b9156dd5b
4 changed files with 247 additions and 67 deletions

View file

@ -72,7 +72,7 @@ namespace sat {
SASSERT(get_clause_offset() == cls_off);
}
watched(ext_constraint_idx cnstr_idx):
explicit watched(ext_constraint_idx cnstr_idx):
m_val1(cnstr_idx),
m_val2(static_cast<unsigned>(EXT_CONSTRAINT)) {
SASSERT(is_ext_constraint());