File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -193,11 +193,12 @@ generate lots of assumptions.
193193# Distributed and CRISP
194194
195195Gini provides a definition and reference implementation for
196- [ CRISP-1.0] ( doc/crisp.pdf ) , the compressed incremental SAT protocol. The
197- protocol is a client-server wire protocol which can dispatch an incremental sat
198- solver with very little overhead as compared to direct API calls. The
199- advantage of using a protocol is that it allows arbitrary tools to implement
200- the solving on arbitrary hardware without affecting the client.
196+ [ CRISP-1.0] ( https://github.com/irifrance/gini/blob/master/doc/crisp/crisp.pdf ) ,
197+ the compressed incremental SAT protocol. The protocol is a client-server wire
198+ protocol which can dispatch an incremental sat solver with very little overhead
199+ as compared to direct API calls. The advantage of using a protocol is that it
200+ allows arbitrary tools to implement the solving on arbitrary hardware without
201+ affecting the client.
201202
202203Many SAT applications are incremental and easily solve huge numbers of problems
203204while only a few problems are hard. CRISP facilitates pulling out the big guns
You can’t perform that action at this time.
0 commit comments