Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TQpSolverBase.h File Reference

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.