jfeser / sketch-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name: sketch-backend
Project: SKETCH CEGIS solver
Institution: MIT
Authors: Armando Solar-Lezama et al.


=== Building ===

If you are using windows, start by running
    >>> bash convertScripts.sh

If you are using OpenSuSE 11.3, to work around gcc 4.5 incompatibilities, install gcc43 and gcc43-cpp, and run (prior to configuring)
    >>> export CC=gcc-4.3
    >>> export CXX=g++-4.3

Then, configure and make SKETCH
    >>> ./autogen.sh
    >>> ./configure
    >>> make

=== Distributing ===

The frontend project, sketch-frontend, now handles building of all binary jar's (jar's which will extract the CEGIS backend automatically).

About

License:Other


Languages

Language:C++ 94.3%Language:Haskell 1.4%Language:Yacc 1.4%Language:C 0.7%Language:Makefile 0.6%Language:CMake 0.5%Language:Python 0.4%Language:Lex 0.1%Language:LLVM 0.1%Language:Shell 0.1%Language:Jinja 0.1%Language:M4 0.1%Language:Awk 0.1%