cyipopt_solver

cyipopt_solver 模块包含两个调用 CyIpopt 的求解器。一个是 CyIpoptSolver,它操作在 CyIpoptProblemInterface(如 CyIpoptNLP)上。另一个是 PyomoCyIpoptSolver,它直接操作在 Pyomo 模型上。

Classes

CyIpoptSolver(problem_interface[, options])

PyomoCyIpoptSolver(**kwds)