#include "TError.h"
#include "TObject.h"
#include "TQpVar.h"
#include "TQpDataBase.h"
#include "TQpResidual.h"
#include "TQpProbBase.h"
#include "TQpLinSolverBase.h"
#include "TMatrixD.h"
Classes | |
class | TQpSolverBase |
The Solver class contains methods for monitoring and checking the convergence status of the algorithm, methods to determine the step length along a given direction, methods to define the starting point, and the solve method that implements the interior-point algorithm. More... | |
Enumerations | |
enum | ETerminationCode { kSUCCESSFUL_TERMINATION = 0 , kNOT_FINISHED , kMAX_ITS_EXCEEDED , kINFEASIBLE , kUNKNOWN } |
enum ETerminationCode |
Enumerator | |
---|---|
kSUCCESSFUL_TERMINATION | |
kNOT_FINISHED | |
kMAX_ITS_EXCEEDED | |
kINFEASIBLE | |
kUNKNOWN |
Definition at line 63 of file TQpSolverBase.h.