Tony Kelman
Tony Kelman
What does the osil file look like?
Is there a way of doing that while still allowing them to run if included here? I don't have this package installed locally at the moment. Can you gist the...
Are sos constraints included in the osil spec? I can't remember if I tried connecting them here. Maybe try hand writing a trivial tiny problem with sos constraints in osil...
don't think so on the performance front, but it could open up to using the sdp features of osil if we want to do that at some point
Oh and https://projects.coin-or.org/OS/changeset/5051 should help, I may as well carry that as a local patch
Alright, there are a bunch of issues here. I'll revisit later. - [x] Need to tag LightXML to fix win32 (I think the problem is specific to appveyor), ~~but may...
What version of Julia?
haven't tested against 0.6, there's probably something that needs an `esc` due to the macro hygiene change
Thanks Edo. 3e072feb9584a0b19f02154203d2cd53a15d4417 works around the issue with tangent, giving a more sane Julia error message for now. The underlying solvers seem able to handle tangent since AmplNLWriter works, so...
I think the `BoundsError`s may be a JuMP bug. Looks like you might not be setting a variable type for norm aux variables? Adding a few `@show`s to the `setvartype!`...