Skip to content
Snippets Groups Projects
  • Bart Wijgers's avatar
    b2bf15c6
    Calculate program paths · b2bf15c6
    Bart Wijgers authored
    This change allows us to calculate program paths from all programs (as
    long as they don't contain any try-catch). Using this, we should be able
    to calculate ALL wlps for the programs. However, the checks are not
    complete for the whole program, as only program paths up to a certain
    length are checked. Any further program paths might say that the program
    is (in)correct and give a different result.
    b2bf15c6
    History
    Calculate program paths
    Bart Wijgers authored
    This change allows us to calculate program paths from all programs (as
    long as they don't contain any try-catch). Using this, we should be able
    to calculate ALL wlps for the programs. However, the checks are not
    complete for the whole program, as only program paths up to a certain
    length are checked. Any further program paths might say that the program
    is (in)correct and give a different result.