ScalaZ3 icon indicating copy to clipboard operation
ScalaZ3 copied to clipboard

DSL in Scala for Constraint Solving with Z3 SMT Solver

Results 13 ScalaZ3 issues
Sort by recently updated
recently updated
newest added

> The `z3JarFile` is just a string, and if the Z3 project wasn't compiled yet, `unamangedJars` will contain the right path to `com.microsoft.z3.jar` but the file won't be there, and...

Hello, as far as I can tell, the garbage collector can only collect AST nodes, when the corresponding Context is deleted. This seams to be true for other Z3Object subclasses...

We should check whether something changed in the interface for theory plugins. Note that the [BAPA plugin](https://github.com/psuter/bapa-z3) appears to work fine (Linux 32bit).