-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update the disjunction macro to use new JuMP extension API #103
Comments
For From the JuMP extension perspective, it would be nice to not have to duplicate all the helper methods: DisjunctiveProgramming.jl/src/macros.jl Lines 1 to 133 in d7e8e7a
A lot of repetition of JuMP-like macro code happens when making the build calls that potentially create containers and parse naming: DisjunctiveProgramming.jl/src/macros.jl Lines 230 to 260 in d7e8e7a
|
Now that Oscar has finished his public API for macro extensions in JuMP and released them in the latest release, we should update the macros to use the API. This should simply the macro code quite a bit :) |
This was fixed with #110. |
Following jump-dev/JuMP.jl#3513 (comment)
What is the full range of syntax you want the macro to support? Why even have a macro? What is the trade-off of just having a functional form?
The text was updated successfully, but these errors were encountered: