Opt: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{solvers}} | {{solvers}} | ||
'''Opt rSQP''' was a reduced-space sequential quadratic programming solver that used proprietary third-party code as its calculation engine. | '''Opt rSQP''' was a reduced-space sequential quadratic programming solver for ASCEND that used proprietary third-party code as its calculation engine. | ||
The ASCEND-side code for Opt rSQP is still available, in {{src|ascend/solver/slv2.c}}, {{src|ascend/solver/slv2.h}}, {{src|ascend/solver/rsqp.h}}, however the proprietary dependencies are no longer available to us, so the solver is most definitely ''dead''. | The ASCEND-side code for Opt rSQP is still available, in {{src|ascend/solver/slv2.c}}, {{src|ascend/solver/slv2.h}}, {{src|ascend/solver/rsqp.h}}, however the proprietary dependencies are no longer available to us, so the solver is most definitely ''dead''. | ||
Revision as of 21:36, 27 January 2011
| NLA |
|---|
| QRSlv |
| CMSlv |
| IPSlv |
| NLP |
| CONOPT |
| IPOPT |
| TRON |
| MINOS |
| Opt |
| NGSlv |
| DAE/ODE |
| IDA |
| LSODE |
| DOPRI5 |
| RADAU5 |
| LA |
| Linsolqr |
| Linsol |
| LP |
| MakeMPS |
| Logic |
| LRSlv |
Opt rSQP was a reduced-space sequential quadratic programming solver for ASCEND that used proprietary third-party code as its calculation engine.
The ASCEND-side code for Opt rSQP is still available, in ascend/solver/slv2.c, ascend/solver/slv2.h, ascend/solver/rsqp.h, however the proprietary dependencies are no longer available to us, so the solver is most definitely dead.
Ben Allan has proposed that we could get this solver running again by making use of the newer free code from Opt++/Trilinos. This would not be a simple job, however, and would be a significant re-write.
Note: in the code, "This routine assumes that a struct var_variable *is an Instance. In the future this is going to change, and this routine will break.". Will certainly need some rewriting before it can be operation again.