Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TQpSolverBase.h File Reference
#include "TError.h"
#include "TObject.h"
#include "TQpVar.h"
#include "TQpDataBase.h"
#include "TQpResidual.h"
#include "TQpProbBase.h"
#include "TQpLinSolverBase.h"
#include "TMatrixD.h"
Include dependency graph for TQpSolverBase.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ ETerminationCode

Enumerator
kSUCCESSFUL_TERMINATION 
kNOT_FINISHED 
kMAX_ITS_EXCEEDED 
kINFEASIBLE 
kUNKNOWN 

Definition at line 63 of file TQpSolverBase.h.