• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

CVC4/homebrew-cvc4: Homebrew formula for CVC4

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

CVC4/homebrew-cvc4

开源软件地址:

https://github.com/CVC4/homebrew-cvc4

开源编程语言:

Ruby 100.0%

开源软件介绍:

Homebrew tap for CVC4

This repository is the homebrew tap of CVC4. To install CVC4 using this tap, use the following commands:

$ brew tap cvc4/cvc4
$ brew install cvc4/cvc4/cvc4 [--HEAD] [--with-java-bindings]

The CVC4 formula supports the following optional arguments:

  • --HEAD: Builds the current master branch of CVC4
  • --with-java-bindings: installs the Java bindings for CVC4
  • --with-readline: installs optional Readline support for improved text-editing support in interactive mode. Requires the with-gpl option
  • --with-gpl: Permit GPL dependencies, if available

CVC4 is built with CryptoMiniSat and CaDiCaL support.

Using the Java bindings

The following instructions assume that CVC4 is installed with the Java bindings and demonstrate how to compile a single Java file that uses the bindings. Adapt as needed for larger projects. To use the Java bindings, add /usr/local/share/java/CVC4.jar to the classpath when compiling the program:

$ javac -cp /usr/local/share/java/CVC4.jar Foo.java

To run the program, add CVC4.jar and the path of Foo.class to your classpath and set java.library.path to the location of libcvc4jni (should be /usr/local/lib/jni if CVC4 was installed with homebrew):

$ java -cp /usr/local/share/java/CVC4.jar:<path_to_class_file> -Djava.library.path=/usr/local/lib/jni <class_to_run>



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap