Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diffblue/java-models-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: diffblue/java-models-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sv-comp20
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 19, 2019

  1. Make unsupported case notModelled instead of using assume

    Under-approximated models can lead to spurious UNSAT results
    in JBMC; however, we can mark over-approximated cases as
    notModelled and JBMC will detect them and give a warning that
    behaviour is over-approximating when reporting SAT.
    peterschrammel committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    0534f4c View commit details
    Browse the repository at this point in the history
  2. Add missing cast

    Without the cast we get a spurious UNSAT.
    peterschrammel committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    2d60da7 View commit details
    Browse the repository at this point in the history
  3. Make unsupported case notModelled instead of using assume

    Under-approximated models can lead to spurious UNSAT results
    in JBMC; however, we can mark over-approximated cases as
    notModelled and JBMC will detect them and give a warning that
    behaviour is over-approximating when reporting SAT.
    peterschrammel committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    ff02f5d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    14146d0 View commit details
    Browse the repository at this point in the history
  2. Add java.util.Objects

    peterschrammel committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    6e44ae2 View commit details
    Browse the repository at this point in the history
  3. A partial solution for Class object singletons

    This is necessary to make comparisons such as
    o.getClass() == o.getClass() succeed.
    peterschrammel committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    fbf03e5 View commit details
    Browse the repository at this point in the history
Loading