mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb21f70cc3
commit
d2108ad043
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ namespace smt {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void assign(literal l, const b_justification & j, bool decision = false) {
|
void assign(literal l, const b_justification & j, bool decision = false) {
|
||||||
// SASSERT(l != false_literal);
|
SASSERT(l != false_literal);
|
||||||
SASSERT(l != null_literal);
|
SASSERT(l != null_literal);
|
||||||
switch (get_assignment(l)) {
|
switch (get_assignment(l)) {
|
||||||
case l_false:
|
case l_false:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue