the OtherObjectiveOption class. More...
#include <OSOption.h>
Public Member Functions | |
OtherObjectiveOption () | |
Default constructor. More... | |
~OtherObjectiveOption () | |
Class destructor. More... | |
bool | IsEqual (OtherObjectiveOption *that) |
A function to check for the equality of two objects. More... | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. More... | |
bool | deepCopyFrom (OtherObjectiveOption *that) |
A function to make a deep copy of an instance of this class. More... | |
bool | setObj (int numberOfObj, OtherObjOption **obj) |
A function to set an array of <obj> elements. More... | |
bool | addObj (int idx, std::string value, std::string lbValue, std::string ubValue) |
A function to add a <obj> element. More... | |
Public Attributes | |
int | numberOfObj |
number of <obj> children More... | |
int | numberOfEnumerations |
number of <enumeration> child elements More... | |
std::string | name |
name of the option More... | |
std::string | value |
value of the option More... | |
std::string | solver |
name of the solver to which this option applies More... | |
std::string | category |
name of the category into which this option falls More... | |
std::string | type |
type of the option value (integer, double, boolean, string) More... | |
std::string | description |
description of the option More... | |
OtherObjOption ** | obj |
array of option values More... | |
std::string | objType |
type of the values in the obj array More... | |
OtherOptionOrResultEnumeration ** | enumeration |
std::string | enumType |
type of the values in the enumeration array More... | |
the OtherObjectiveOption class.
Definition at line 2574 of file OSOption.h.
OtherObjectiveOption::OtherObjectiveOption | ( | ) |
Default constructor.
Definition at line 898 of file OSOption.cpp.
OtherObjectiveOption::~OtherObjectiveOption | ( | ) |
Class destructor.
Definition at line 917 of file OSOption.cpp.
bool OtherObjectiveOption::IsEqual | ( | OtherObjectiveOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 11590 of file OSOption.cpp.
bool OtherObjectiveOption::setRandom | ( | double | density, |
bool | conformant | ||
) |
A function to make a random instance of this class.
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" attributes and <XXX> children) |
Definition at line 13001 of file OSOption.cpp.
bool OtherObjectiveOption::deepCopyFrom | ( | OtherObjectiveOption * | that | ) |
A function to make a deep copy of an instance of this class.
that,: | the instance from which information is to be copied |
Definition at line 14092 of file OSOption.cpp.
bool OtherObjectiveOption::setObj | ( | int | numberOfObj, |
OtherObjOption ** | obj | ||
) |
A function to set an array of <obj> elements.
numberOfObj,: | number of <obj> elements to be set |
obj,: | the array of <obj> elements that are to be set |
Definition at line 6544 of file OSOption.cpp.
bool OtherObjectiveOption::addObj | ( | int | idx, |
std::string | value, | ||
std::string | lbValue, | ||
std::string | ubValue | ||
) |
A function to add a <obj> element.
idx,: | the index of the objective |
value,: | the value associated with this objective |
lbValue,: | a lower bound associated with this objective |
ubValue,: | an upper bound associated with this objective |
Definition at line 6583 of file OSOption.cpp.
int OtherObjectiveOption::numberOfObj |
number of <obj> children
Definition at line 2579 of file OSOption.h.
int OtherObjectiveOption::numberOfEnumerations |
number of <enumeration> child elements
Definition at line 2582 of file OSOption.h.
std::string OtherObjectiveOption::name |
name of the option
Definition at line 2585 of file OSOption.h.
std::string OtherObjectiveOption::value |
value of the option
Definition at line 2588 of file OSOption.h.
std::string OtherObjectiveOption::solver |
name of the solver to which this option applies
Definition at line 2591 of file OSOption.h.
std::string OtherObjectiveOption::category |
name of the category into which this option falls
Definition at line 2594 of file OSOption.h.
std::string OtherObjectiveOption::type |
type of the option value (integer, double, boolean, string)
Definition at line 2597 of file OSOption.h.
std::string OtherObjectiveOption::description |
description of the option
Definition at line 2600 of file OSOption.h.
OtherObjOption** OtherObjectiveOption::obj |
array of option values
Definition at line 2603 of file OSOption.h.
std::string OtherObjectiveOption::objType |
type of the values in the obj array
Definition at line 2606 of file OSOption.h.
OtherOptionOrResultEnumeration** OtherObjectiveOption::enumeration |
Definition at line 2612 of file OSOption.h.
std::string OtherObjectiveOption::enumType |
type of the values in the enumeration array
Definition at line 2615 of file OSOption.h.