Skip to content

Commit 53245c5

Browse files
committed
fix-crisp-link
1 parent 5bd7ed2 commit 53245c5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,12 @@ generate lots of assumptions.
193193
# Distributed and CRISP
194194

195195
Gini 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

202203
Many SAT applications are incremental and easily solve huge numbers of problems
203204
while only a few problems are hard. CRISP facilitates pulling out the big guns

0 commit comments

Comments
 (0)