Skip to content
/ z3-clj Public

Clojure wrapper for the java bindings of the SMT solver Z3

License

Notifications You must be signed in to change notification settings

kbaldor/z3-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z3-clj

A Clojure library that exposes the Z3 SMT solver Java API using clojure idioms.

Usage

Install the Z3 jar to your local maven repository with

mvn install:install-file -Dfile=<path-to-jar>/com.microsoft.z3.jar -DgroupId=com.microsoft -DartifactId=z3 -Dversion=4.5.1 -Dpackaging=jar

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure wrapper for the java bindings of the SMT solver Z3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published