My Project
ConstraintSolution Class Reference

The ConstraintSolution Class. More...

#include <OSResult.h>

Public Member Functions

 ConstraintSolution ()
 Default constructor.
 
 ~ConstraintSolution ()
 Class destructor.
 
bool IsEqual (ConstraintSolution *that)
 A function to check for the equality of two objects.
 
bool setRandom (double density, bool conformant)
 A function to make a random instance of this class.
 
 ConstraintSolution ()
 Default constructor.
 
 ~ConstraintSolution ()
 Class destructor.
 

Public Attributes

int numberOfOtherConstraintResults
 the number of types of constraint function results other than the basic constraint function values
 
DualVariableValuesdualValues
 a pointer to an array of DualVariableValues objects
 
BasisStatusbasisStatus
 a pointer to a BasisStatus object
 
OtherConstraintResult ** other
 a pointer to an array of other pointer objects for constraint functions
 

Detailed Description

The ConstraintSolution Class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class for reporting all of the types of solution values associated with objective functions.

Definition at line 1860 of file OSResult.h.

Constructor & Destructor Documentation

◆ ConstraintSolution() [1/2]

ConstraintSolution::ConstraintSolution ( )

Default constructor.

Definition at line 889 of file OSResult.cpp.

◆ ~ConstraintSolution() [1/2]

ConstraintSolution::~ConstraintSolution ( )

Class destructor.

Definition at line 901 of file OSResult.cpp.

◆ ConstraintSolution() [2/2]

ConstraintSolution::ConstraintSolution ( )

Default constructor.

◆ ~ConstraintSolution() [2/2]

ConstraintSolution::~ConstraintSolution ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool ConstraintSolution::IsEqual ( ConstraintSolution * that)

A function to check for the equality of two objects.

Definition at line 9119 of file OSResult.cpp.

◆ setRandom()

bool ConstraintSolution::setRandom ( double density,
bool conformant )

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children)

Definition at line 10554 of file OSResult.cpp.

Member Data Documentation

◆ numberOfOtherConstraintResults

int ConstraintSolution::numberOfOtherConstraintResults

the number of types of constraint function results other than the basic constraint function values

Definition at line 1868 of file OSResult.h.

◆ dualValues

DualVariableValues * ConstraintSolution::dualValues

a pointer to an array of DualVariableValues objects

Definition at line 1871 of file OSResult.h.

◆ basisStatus

BasisStatus* ConstraintSolution::basisStatus

a pointer to a BasisStatus object

Definition at line 1874 of file OSResult.h.

◆ other

OtherConstraintResult ** ConstraintSolution::other

a pointer to an array of other pointer objects for constraint functions

Definition at line 1879 of file OSResult.h.


The documentation for this class was generated from the following files: