-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
create syntax for aliases, something like
min $cost
s.t.
alias $cost = ...
$cost >= 200
Where the aliases are the first thing scanned and they will be replaced at build time by simply replacing the expression inside of the alias (this might cause issues with the type checker though, the return value of the alias must be the same as the return value of the expression, at that point we can typecheck the aliases before checking the constraints and objective function)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request