FedericoAureliano / llama

λama is a work in progress!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

λama

alt text

Ubuntu 18.04

# You need cvc4 in your path. 
# The easiest way to get it is by running
sudo apt install cvc4

# Build llama by running
cargo build --release

# Run llama on a .synth file by running
./target/release/llama examples/fib.synth

About

λama is a work in progress!

License:MIT License


Languages

Language:Rust 98.7%Language:SMT 1.3%