Skip to content

Commit

Permalink
Update Z3 library jar; Move constraint deserializer out of knarr. Con…
Browse files Browse the repository at this point in the history
…straintSerializer now writes directly to stream, uses references by offset instead of making a separate table. Add some hacks to reduce duplicate constraint generation
  • Loading branch information
jon-bell committed Aug 11, 2021
1 parent aacb943 commit 6e63b91
Show file tree
Hide file tree
Showing 5 changed files with 359 additions and 474 deletions.
7 changes: 3 additions & 4 deletions knarr-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@
<artifactId>choco-solver</artifactId>
<version>3.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.sosy-lab/javasmt-solver-z3 -->
<dependency>
<groupId>org.sosy-lab</groupId>
<artifactId>javasmt-solver-z3</artifactId>
<version>4.8.9-sosy1</version>
<groupId>edu.gmu.swe.z3</groupId>
<artifactId>z3</artifactId>
<version>4.8.12-SNAPSHOT</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down

This file was deleted.

Loading

0 comments on commit 6e63b91

Please sign in to comment.