Coeff
double Coeff();
double coefficient = summand->Coeff();
double coefficient = summand->Coeff();
summand->SetCoeff(summand->Coeff() + nextSummand->Coeff());
if (i != 0 && s->Coeff() >= 0)
string << (float)s->Coeff() << "*";
fSoftConstraints[c][variable] = -summand->Coeff();
fSoftConstraints[c][variable] = summand->Coeff();
value += values[variable] * summand->Coeff();
fActiveMatrix[i][variable] = -summand->Coeff();
fActiveMatrix[i][variable] = summand->Coeff();
fCoeff(summand->Coeff()),