소스 검색

Rewrote about solver

Samuel W. Flint 7 년 전
부모
커밋
07cafca735
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      symbolic-sat.org

+ 1 - 1
symbolic-sat.org

@@ -57,7 +57,7 @@ This SAT solver is written in a language called Common Lisp [[cite:CommonLi93:on
 :ID:       0883718a-8b30-4646-a496-9a67eb9d876c
 :END:
 
-The solver itself is composed of two components, the driver and expression handlers.  The driver is used to dispatch based on the type of expression for expressions that have yet to be handled, and expression handlers actually deal with the expressions
+The solver is built primarily on three components, a driver (which is itself a shim upon a dispatcher), a dispatcher (which selects which expression handler to use based on the type of expression at hand) and expression handlers (which apply the various tree rules).
 
 #+Caption: Solver
 #+Name: solver