DualVarValue Class Reference

The DualVarValue Class. More...

#include <OSResult.h>

Collaboration diagram for DualVarValue:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DualVarValue ()
 Default constructor.
 ~DualVarValue ()
 Class destructor.
bool IsEqual (DualVarValue *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.
 DualVarValue ()
 Default constructor.
 ~DualVarValue ()
 Class destructor.

Public Attributes

int idx
 idx is the index on a constraint
std::string name
 optional name
double value
 value of dual variable on the constraint indexed by idx
double lbValue
 lbValue is the value of dual variable on the constraint indexed by idx if the constraint is at its lower bound
double ubValue
 ubValue is the value of dual variable on the constraint indexed by idx if the constraint is at its upper bound

Detailed Description

The DualVarValue Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that provides the dual value of a constraint

Definition at line 1567 of file OSResult.h.


Constructor & Destructor Documentation

DualVarValue::DualVarValue (  ) 

Default constructor.

Definition at line 773 of file OSResult.cpp.

DualVarValue::~DualVarValue (  ) 

Class destructor.

Definition at line 786 of file OSResult.cpp.

DualVarValue::DualVarValue (  ) 

Default constructor.

DualVarValue::~DualVarValue (  ) 

Class destructor.


Member Function Documentation

bool DualVarValue::IsEqual ( DualVarValue that  ) 

A function to check for the equality of two objects.

Definition at line 7510 of file OSResult.cpp.

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

A function to make a random instance of this class.

Parameters:
density,: corresponds to the probability that a particular child element is created
conformant,: if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" atrbutes and <XXX> children)

Definition at line 8840 of file OSResult.cpp.


Member Data Documentation

idx is the index on a constraint

Definition at line 1572 of file OSResult.h.

std::string DualVarValue::name

optional name

Definition at line 1575 of file OSResult.h.

value of dual variable on the constraint indexed by idx

value of dual variable on the constraint indexed by idx if the constraint

Definition at line 1580 of file OSResult.h.

lbValue is the value of dual variable on the constraint indexed by idx if the constraint is at its lower bound

Definition at line 921 of file OSResult.h.

ubValue is the value of dual variable on the constraint indexed by idx if the constraint is at its upper bound

Definition at line 928 of file OSResult.h.


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

Generated on 22 May 2012 by  doxygen 1.6.1