NEOS will let you run this stuff on cplex/gurobi/etc (IE much faster than the backends behind quicopt), for free, is integrated with pyomo/etc, and has like an 8 hour time limit. Often, the difference on "harder" problems is 10x or more. I have problems that gurobi solves in 30 seconds that take 15 minutes or more for ~every non-commercial solver (or-tools, HIGHS, ipopt, etc). But right now, this wouldn't even be int…
> But right now, this wouldn't even be interesting to me to use even if they actually were fronting commercial solvers, because they can't actually run it any faster So you use NEOS, but another service offering the same thing as NEOS would not be useful?
Remember, NEOS is both free, and pyomo already supports it natively without me changing anything - i can use both neos and local without any issue.
Why would i move to something with a different API that i have to pay for?