Network Verification

Here you can find all the code and benchmarks related to our network verification effort.

 

Downloads

 

Benchmark Results

Run times for multiple Z3 μZ solvers.

 

Usage Instructions

1) Obtain Z3 from CodePlex and checkout the "unstable" branch.

2) Compile Z3: ./configure && cd build && make

3) Running benchmarks:

Note: Unfortunately, CodePlex is not on-line anymore. The official Z3 distribution has a new implementation of the difference of cubes backend, which can be used with: fixedpoint.default_relation=doc. The BDD backend was lost and it is not available in the official Z3 distribution.