Skip to content

gmh5225/eusolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

312 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eusolver

Fork of the original eusolver. Requires python3.6.

(Forked from: https://github.com/akrasuski1/eusolver-priority)

Build

Install pre-requisite with:

sudo apt install cmake python3-pip
python3 -m pip install pyparsing z3-solver==4.8.7.0

Build with:

./scripts/build.sh

Run

To test whether it's running correctly, do:

./eusolver benchmarks/max/max_2.sl

If working correctly, the following should be printed:

(define-fun max2 ((a0 Int) (a1 Int)) Int
     (ite (>= a0 a1) a0 a1))

About

Fork of the original eusolver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Slash 78.4%
  • Python 10.8%
  • TeX 10.7%
  • Shell 0.1%