Robert Parker
Robert Parker
@andrewlee94 I propose we do the following: 1. Merge scaling tools ( #1429 ) 2. I update my example to (a) use scaling tools and (b) still not solve the...
What is stopping `@expression(model, y, f(x))` from adopting the common-subexpression behavior you're describing? Would this require breaking changes to MOI?
Here's the result with `@profview`: And here's the result with `@pprof`: Looks to me like the culprit is `_canonical_quadratic_reduction`, but I'm not really sure what to make of that. Let...
Fixed with #296, thanks! The time for `optimize!` is now only 7 seconds longer than what is reported by the solver, which seems reasonable. > how did you build the...
Based on some cursory reading, it seems "optimal dependencies" aren't really a thing in Julia. However, am I correct to assume, based on the BlossomV.jl issue, that this package won't...