Loading...
Searching...
No Matches
gamsequation.h
90 GAMSEquationRecord firstRecord(const std::string& key1, const std::string& key2, const std::string& key3);
117 GAMSEquationRecord lastRecord(const std::string& key1, const std::string& key2, const std::string& key3);
144 GAMSEquationRecord addRecord(const std::string& key1, const std::string& key2, const std::string& key3);
171 GAMSEquationRecord findRecord(const std::string& key1, const std::string& key2, const std::string& key3);
198 GAMSEquationRecord mergeRecord(const std::string& key1, const std::string& key2, const std::string& key3);
210 GAMSEquation(GAMSDatabase& database, const std::string& name, const int dim, const std::string& text
Definition: gamsdatabase.h:175
This class represents a single record of a GAMSEquation.
Definition: gamsequationrecord.h:37
Definition: gamsequation.h:37
GAMSEquationRecord mergeRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSEquationRecord findRecord(const std::string &key1, const std::string &key2)
GAMSEquationRecord addRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSSymbolIter< GAMSEquation > begin()
GAMSEquationRecord lastRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSEquation(const GAMSSymbol &other)
GAMSEquationRecord lastRecord(const std::string &key1, const std::string &key2)
GAMSEquationRecord findRecord(const std::vector< std::string > &keys)
GAMSEquationRecord firstRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSEquationRecord mergeRecord(const std::string &key1)
GAMSEquationRecord lastRecord(const std::vector< std::string > &slice)
GAMSSymbolIter< GAMSEquation > end()
GAMSEquationRecord findRecord()
GAMSEquationRecord addRecord(const std::string &key1)
GAMSEnum::EquType equType()
Retrieve subtype of Equation (E: Equal, G: Greater, L: Less, N: No specification, X: External defined...
GAMSEquationRecord lastRecord()
GAMSEquationRecord findRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSEquationRecord addRecord(const std::string &key1, const std::string &key2)
GAMSEquationRecord mergeRecord()
GAMSEquationRecord lastRecord(const std::string &key1)
GAMSEquationRecord firstRecord(const std::string &key1, const std::string &key2)
GAMSEquationRecord mergeRecord(const std::vector< std::string > &keys)
GAMSEquationRecord firstRecord(const std::string &key1)
GAMSEquationRecord addRecord()
GAMSEquationRecord findRecord(const std::string &key1)
GAMSEquationRecord firstRecord()
GAMSEquation & operator=(const GAMSEquation &other)
GAMSEquationRecord mergeRecord(const std::string &key1, const std::string &key2)
GAMSEquationRecord addRecord(const std::vector< std::string > &keys)
GAMSEquationRecord firstRecord(const std::vector< std::string > &slice)
Definition: gamssymboliter.h:38
Definition: gamssymbol.h:49