We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aba776 commit ec56d24Copy full SHA for ec56d24
NEWS.md
@@ -4,6 +4,9 @@ MathOptInterface (MOI) release notes
4
v0.6.0 (August ??, 2018)
5
-----------------------
6
7
+- The `MOIU.@model` and `MOIB.@bridge` macros now support functions and sets
8
+ defined in external modules. As a consequence, function and set names in the
9
+ macro arguments now need to be prefixed by the module defining them.
10
- Rename functions according to the [JuMP's style guide](http://www.juliaopt.org/JuMP.jl/latest/style.html):
11
* `copy!` with keyword arguments `copynames` and `warnattributes` ->
12
`copy_to` with keyword arguments `copy_names` and `warn_attributes`;
0 commit comments