ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations
TQpSolverBase.h File Reference
#include "TError.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:

Go to the source code of this file.

Classes

class  TQpSolverBase
 

Enumerations

enum  ETerminationCode {
  kSUCCESSFUL_TERMINATION = 0, kNOT_FINISHED, kMAX_ITS_EXCEEDED, kINFEASIBLE,
  kUNKNOWN
}
 

Enumeration Type Documentation

Enumerator
kSUCCESSFUL_TERMINATION 
kNOT_FINISHED 
kMAX_ITS_EXCEEDED 
kINFEASIBLE 
kUNKNOWN 

Definition at line 76 of file TQpSolverBase.h.