Git Product home page Git Product logo

rapid's People

Contributors

gleiss avatar hentom avatar mina1604 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

rapid's Issues

Allow Var-decls everywhere

Generalize current implementation, which only allows Var-decls at the beginning of each function

  • Generalize Parser
  • Generalize semantics: Don't need to add variable-equalities, if the variable is not defined yet.

Support for multiple conjectures

  • generalize the parser to support multiple conjectures
  • output one smtlib-encoding of semantics/lemmas/conjecture per conjecture

Advantages:

  • It is quite natural to formulate multiple conjectures for the same program, so we want to support it.
  • Currently each conjecture we want to prove requires a copy of the program, which is involved (in particular if one discovers a bug in the program and needs to fix it in each copy).

Add gcc build support

Because of its in that regard stricter interpretation of the C++ standard gcc (together with libstdc++) is currently not able to successfully build the the project. It fails, because of std::vector declarations with const values in the class Problem.

Const Variables

Requires #2 and #3.

Add support for const variables.

  • Figure out syntax (probably const vars as default and var keyword for non-const vars)
  • Implement parsing
  • Implement semantics: Only add value-equalities for non-const vars

Advantages:

  • Simplifies semantics
  • Simplifies reasoning, removes need for a simple case of induction.

Better error-reporting in Parser

Refactor assertion violations into meaningful parser feedback.
Most important in practice: Feedback if term-symbol-argument-sorts and term-subterm-sorts differ.

20 Benchmarks

Refactor 20 of the old benchmarks into the Spectre format.

Add support for If-statement (without else)

  • Currently, we directly only support if-else.
  • We expect to have many programs where we want to use if without else.
  • We can also use if-else with a skip statement in the else-branch, but it is inconvenient to do so.

Implement Trace Lemmas

Adopt the trace lemmas from QuIt to the new Spectre setting: We have a new syntax, but more crucially we support a much more expressive language, with multiple locations and nested program statements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.