mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
parent
485ca725de
commit
cb21f70cc3
2 changed files with 13 additions and 6 deletions
|
@ -956,7 +956,7 @@ namespace smt {
|
|||
|
||||
public:
|
||||
void assign(literal l, const b_justification & j, bool decision = false) {
|
||||
SASSERT(l != false_literal);
|
||||
// SASSERT(l != false_literal);
|
||||
SASSERT(l != null_literal);
|
||||
switch (get_assignment(l)) {
|
||||
case l_false:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue