Browse Source

Simplify conflict checking

Samuel W. Flint 5 năm trước cách đây
mục cha
commit
3461cf51e3
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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