Summand
class Summand {
Summand(Summand* summand);
Summand(double coeff, Variable* var);
~Summand();
using LinearProgramming::Summand;
class Summand;
Summand* summand = leftSide->ItemAt(i);
summandList->AddItem(new Summand(coefficient, var));
new Summand(coeff, variable));
Summand* summand = leftSide->ItemAt(sIndex);
Summand* summand = summands->ItemAt(i);
Summand* nextSummand = summands->ItemAt(a);
list->AddItem(new(std::nothrow) Summand(coeff1, var1));
list->AddItem(new(std::nothrow) Summand(coeff1, var1));
list->AddItem(new(std::nothrow) Summand(coeff2, var2));
list->AddItem(new(std::nothrow) Summand(coeff1, var1));
list->AddItem(new(std::nothrow) Summand(coeff2, var2));
list->AddItem(new(std::nothrow) Summand(coeff3, var3));
list->AddItem(new(std::nothrow) Summand(coeff1, var1));
list->AddItem(new(std::nothrow) Summand(coeff2, var2));
list->AddItem(new(std::nothrow) Summand(coeff3, var3));
list->AddItem(new(std::nothrow) Summand(coeff4, var4));
Summand* s = static_cast<Summand*>(fLeftSide->ItemAt(i));
Summand* summand = orgSummands->ItemAt(i);
fLeftSide->AddItem(new Summand(summand));
Summand* summand = summands->ItemAt(s);
Summand* summand = summands->ItemAt(s);
Summand* summand = summands->ItemAt(s);
Summand* summand = summands->ItemAt(j);
summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
summands->AddItem(new(std::nothrow) Summand(coeff3, var3));
summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
summands->AddItem(new(std::nothrow) Summand(coeff3, var3));
summands->AddItem(new(std::nothrow) Summand(coeff4, var4));
Summand::Summand(Summand* summand)
Summand::Summand(double coeff, Variable* var)
Summand::~Summand()
Summand::Coeff()
Summand::SetCoeff(double coeff)
Summand::Var()
Summand::SetVar(Variable* var)
Summand::VariableIndex()