= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Yices SMT solver binding
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v0.7.1.tar.gz
md5=0119df97a5809c41c992c38cc7a45225
Description
Yices is a Satisfiability Modulo Theories (SMT) solver from SRI. This binding requires Yices version 1.0.34 or more recent, but not 2.
Download the latest tarball from Yices' official website: http://yices.csl.sri.com/download.shtml Install it in /usr/local and register the DLL quickly: wget -q -O- http://git.io/sWxMmg | sh -s <yices-XYZ.tar.gz> where <yices-XYZ.tar.gz> should be replaced with the path to the downloaded tarball. Optionally you can set an installation directory: wget -q -O- http://git.io/sWxMmg | sh -s <yices-XYZ.tar.gz> /opt /opt/lib64
Published: 28 Nov 2013
On This Page