epfl-lara / ScalaZ3

DSL in Scala for Constraint Solving with Z3 SMT Solver
Apache License 2.0
122 stars 34 forks source link

Update Z3Wrapper.java #34

Closed tvcsantos closed 10 years ago

tvcsantos commented 10 years ago

There was a compilation error due to a missing ";", also added a static variable for z3 lib name, in a similar way to the static variable LIB_NAME, also commented two unused lines