Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !488

add a simple logic-level ghost_var library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ralf Jung requested to merge ralf/ghost-var into master Aug 11, 2020
  • Overview 55
  • Commits 8
  • Pipelines 0
  • Changes 5

Perennial has a simple ghost-var library based on excl_auth, but it turns out in one case they need a fraction, and at some point IMO generalizing excl_auth further is the wrong approach -- one should just use frac * agree A as the underlyoing algebra. I think it is not worth having an algebra lib for this though, so I propose we have a very simple logic-level library for this. It can also serve as an example for how to "lift" an RA into the logic.

@tchajed I think this can fully replace the ghost_var lib in Perennial (unless I forgot some lemma).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ralf/ghost-var