SymbolicPathFinder / jpf-symbc

Symbolic PathFinder
https://github.com/SymbolicPathFinder/jpf-symbc
130 stars 91 forks source link

Merged string support + gradle-build + sv-comp compatible script #105

Closed sohah closed 3 weeks ago

sohah commented 1 month ago

This pull request makes the following changes:

  1. It merges the string work we had in string-support-devbranch with the sv-comp branch. This means that this branch supports gradle-build for Java 8, with the latest string support.
  2. This pull request also includes changes to the sv-comp script: jpf-sv-comp. As per the latest rules for sv-comp, we should not be creating any files to our tool during runtime, this requires maintaining a static site.properties within SPF, also included.

We still need to merge the witness generation work, once Kyle's repo is up again, or we find another way to incorporate his changes.