Algencan.julia_fcMethod

Compute objective and constraints as required by Algencan

Algencan.julia_gjacMethod

Compute objective gradient and constraints Jacobian as required by Algencan

Algencan.julia_hlMethod

Compute the Hessian of the Lagrangian as required by Algencan

Algencan.julia_hlpMethod

Compute the Hessian of the Lagrangian times p as required by Algencan

Algencan.treat_lower_boundsMethod

Analyse the lower and upper bounds on the constraints and prepare the data structure to treat lower bounds.

Base.copyMethod

Return a copy of the current model

MathProgBase.SolverInterface.setparameters!Method

Set parameter for a solver, that will be default for all next models

You can use any Algencan parameter that can be set in a specification file plus :epsfeas, :epsopt, :efstain, :eostain, efacc, :eoac, :outputfnm, :specfnm.

See more details in Algencan documentation.