Skip to content

Commit

Permalink
moving to master yices2 (removing cudd)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Jovanovic committed May 20, 2018
1 parent 0d8ca45 commit d1b9fb9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions contrib/install_yices2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,10 @@ make
sudo make install
popd

# cudd
pushd .
git clone https://github.com/ivmai/cudd.git
cd cudd
git checkout tags/cudd-3.0.0
./configure --enable-shared
make
sudo make install
popd

# yices2
pushd .
git clone https://github.com/SRI-CSL/yices2.git
cd yices2
git checkout mcsat-bv
autoconf
./configure --enable-mcsat
make
Expand Down

0 comments on commit d1b9fb9

Please sign in to comment.