[][src]Module numopt::solver

Optimization solver interfaces.

Structs

SolverCbcCmd

Interface to the optimization solver Cbc from COIN-OR that utilzes the command-line tool "cbc". The command-line tool needs to be on the system path.

SolverClpCmd

Interface to the optimization solver Clp from COIN-OR that utilzes the command-line tool "clp". The command-line tool needs to be on the system path.

SolverIpopt

Interface to the optimization solver Ipopt from COIN-OR that links with the library "libipopt". The library needs to be on the linker path. This solver is available when the feature "ipopt" is enabled.

Enums

SolverParam

Optimization solver parameter.

SolverStatus

Optimization solver status.

Traits

Solver

A trait for optimization solvers.