Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Solver Class Reference

The abstract class describes the basics of a solver. More...

Inheritance diagram for Solver:
handle IPOPT

Public Member Functions

virtual report (in obj, in doReportSettings, in solvingInfo, in resultFilename, in title)
 Abstract function to report the solver performance and settings.
 
virtual solve (in obj, in problem)
 Abstract function to solve the optimization problem.
 

Private Attributes

Property solverOptions
 Struct containing the options for the solver.
 

Detailed Description

The abstract class describes the basics of a solver.

Member Function Documentation

◆ report()

virtual report ( in  obj,
in  doReportSettings,
in  solvingInfo,
in  resultFilename,
in  title 
)
virtual

Abstract function to report the solver performance and settings.

Reimplemented in IPOPT.

◆ solve()

virtual solve ( in  obj,
in  problem 
)
virtual

Abstract function to solve the optimization problem.

Reimplemented in IPOPT.

Member Data Documentation

◆ solverOptions

Property solverOptions
private

Struct containing the options for the solver.


The documentation for this class was generated from the following file: