Public Member Functions | Private Attributes | Related Functions
Sundance::LPTestSpec Class Reference

List of all members.

Public Member Functions

 LPTestSpec ()
 LPTestSpec (const std::string &solverFile, double tol)
 LPTestSpec (const std::string &solverFile, double tol, const Set< int > &allowedProcs)
const double & tol () const
const std::string & solverFile () const
bool nProcIsAllowed (int np) const

Private Attributes

bool hasProcRestriction_
Set< int > allowedProcNumbers_
std::string solverFile_
double tol_

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &os, const LPTestSpec &spec)
std::ostream & operator<< (std::ostream &os, const LPTestSpec &spec)

Detailed Description

Definition at line 204 of file SundanceProblemTesting.hpp.


Constructor & Destructor Documentation

Definition at line 208 of file SundanceProblemTesting.hpp.

Sundance::LPTestSpec::LPTestSpec ( const std::string &  solverFile,
double  tol 
) [inline]

Definition at line 210 of file SundanceProblemTesting.hpp.

Sundance::LPTestSpec::LPTestSpec ( const std::string &  solverFile,
double  tol,
const Set< int > &  allowedProcs 
) [inline]

Definition at line 215 of file SundanceProblemTesting.hpp.


Member Function Documentation

bool Sundance::LPTestSpec::nProcIsAllowed ( int  np) const [inline]
const std::string& Sundance::LPTestSpec::solverFile ( ) const [inline]

Definition at line 224 of file SundanceProblemTesting.hpp.

References solverFile_.

Referenced by operator<<().

const double& Sundance::LPTestSpec::tol ( ) const [inline]

Definition at line 221 of file SundanceProblemTesting.hpp.

References tol_.

Referenced by operator<<().


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const LPTestSpec spec 
) [related]
std::ostream & operator<< ( std::ostream &  os,
const LPTestSpec spec 
) [related]

Definition at line 265 of file SundanceProblemTesting.cpp.

References solverFile(), and tol().


Member Data Documentation

Definition at line 236 of file SundanceProblemTesting.hpp.

Referenced by nProcIsAllowed().

Definition at line 234 of file SundanceProblemTesting.hpp.

Referenced by nProcIsAllowed().

std::string Sundance::LPTestSpec::solverFile_ [private]

Definition at line 238 of file SundanceProblemTesting.hpp.

Referenced by solverFile().

double Sundance::LPTestSpec::tol_ [private]

Definition at line 240 of file SundanceProblemTesting.hpp.

Referenced by tol().

Site Contact