Browse Source

Simplify conflict checking

Samuel W. Flint 4 years ago
parent
commit
3461cf51e3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      symbolic-sat.org

+ 1 - 2
symbolic-sat.org

@@ -549,8 +549,7 @@ An expression's "branchiness" is a value that (generally) is in the range \([-1,
           (expr-list-prime (rest expr-list) (rest expr-list-prime)))
          ((or (has-conflict-p expr path)
              (null expr))
-          (when (not (null expr))
-            t))))
+          (not (null expr)))))
 #+END_SRC
 
 ** TODO Clause Adding