Skip to content
Snippets Groups Projects
  1. Sep 21, 2019
    • Bart Wijgers's avatar
      Add basic WLP calculation · 961efaec
      Bart Wijgers authored
      The WLP of a subset of statements in the language can now be calculated.
      This needs to be extended, but it gives a basic idea of what we can do.
      
      I made new types for the logical expressions (and the mathematical
      expression in them) rather than reusing the datatype within the
      language. I feel that there's a benefit to separating these, showing
      when we're talking about the programs and when we're talking about the
      wlp and its calculation and the like. However, this does increase the
      amount of types we use. I think the benefit outweighs the cost of having
      extra types, but I also feel like we should discuss this :)
      961efaec
  2. Sep 20, 2019
  3. Sep 18, 2019
  4. Sep 14, 2019
    • Bart Wijgers's avatar
      Initial Commit · ab2184f2
      Bart Wijgers authored
      Comes with a .cabal file that says to use z3, but you gotta install it
      first. This is *kind of* involved and so we should just do that
      together.
      ab2184f2
Loading