mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
investigating conflict resolution bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f0397b05f
commit
ec84d69206
2 changed files with 10 additions and 6 deletions
|
@ -54,7 +54,7 @@ namespace smt {
|
|||
m_data(BOXTAGINT(void*, l.index(), BIN_CLAUSE)) {
|
||||
}
|
||||
|
||||
explicit b_justification(justification * js):
|
||||
explicit b_justification(justification * js):
|
||||
m_data(TAG(void*, js, JUSTIFICATION)) {
|
||||
SASSERT(js);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue