Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make symbol table store a ReferenceTo enum, with variants for lettings and decision variables #522

Open
Tracked by #512
niklasdewally opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@niklasdewally
Copy link
Collaborator

niklasdewally commented Nov 29, 2024

Instead of just storing decision variables, let the symbol table be of type:

SymbolTable<Name,RefTo>

where RefTo is an enum:

enum RefTo {
  Letting(Letting),
  DecisionVariable(DecisionVariable),
  GivenVariable(...)
 }
@niklasdewally niklasdewally mentioned this issue Nov 29, 2024
4 tasks
@niklasdewally niklasdewally self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant