JuliaOpt / CoinOptServices.jl

Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS
Other
16 stars 4 forks source link

Fix macro hygiene? #38

Closed jgoldfar closed 6 years ago

jgoldfar commented 6 years ago

Before change: Error with variable not found on line 151. After: Tests pass locally

mlubin commented 6 years ago

Appears correct, thanks!