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:
parent
e2ed658c6c
commit
7b9156dd5b
4 changed files with 247 additions and 67 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue