Classes | Functions
OSGeneral.h File Reference
#include "OSConfig.h"
#include "OSParameters.h"
#include "OSnLNode.h"
#include "OSExpressionTree.h"
#include <string>
#include <vector>
Include dependency graph for OSGeneral.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeneralFileHeader
 a data structure that holds general information about files that conform to one of the OSxL schemas More...
 
class  SparseVector
 a sparse vector data structure More...
 
class  SparseIntVector
 a sparse vector data structure for integer vectors More...
 
class  SparseMatrix
 a sparse matrix data structure More...
 
class  SparseJacobianMatrix
 a sparse Jacobian matrix data structure More...
 
class  SparseHessianMatrix
 The in-memory representation of a SparseHessianMatrix.. More...
 
class  QuadraticTerms
 a data structure for holding quadratic terms More...
 
class  IntVector
 an integer Vector data structure More...
 
class  OtherOptionOrResultEnumeration
 
class  DoubleVector
 a double vector data structure More...
 
struct  IndexValuePair
 A commonly used structure holding an index-value pair. More...
 
class  BasisStatus
 a data structure to represent an LP basis on both input and output More...
 
class  StorageCapacity
 the StorageCapacity class. More...
 
class  CPUSpeed
 the CPUSpeed class. More...
 
class  CPUNumber
 the CPUNumber class. More...
 
class  TimeSpan
 the TimeSpan class. More...
 
class  OSGeneral
 

Functions

bool OSIsEqual (double x, double y)
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin
Remarks
Copyright (C) 2005-2014, Horand Gassmann, Jun Ma, Kipp Martin, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

Definition in file OSGeneral.h.

Function Documentation

bool OSIsEqual ( double  x,
double  y 
)
inline

Definition at line 985 of file OSGeneral.h.