Browse Source

Write the start of expression classification

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

+ 2 - 0
symbolic-sat.org

@@ -293,6 +293,8 @@ These 11 lines are the most important in the application.  This is what's used t
 :ID:       98ce9388-02b2-4027-aa4e-0a82ef8e3cbd
 :END:
 
+For the solver to work correctly, it needs to decide what kind of expressions it's looking at.  To do that, it uses a few relatively simple tests to choose or determine expression type.  These are defined here.
+
 #+Caption: Expression Classification
 #+Name: expression-classification
 #+BEGIN_SRC lisp :tangle "classifier.lisp"