11 #ifndef ClpSimplexPrimal_H
12 #define ClpSimplexPrimal_H
115 int primal(
int ifValuesPass = 0,
int startFinishOptions = 0);
174 double & objectiveChange,
184 void primalRow(CoinIndexedVector * rowArray,
185 CoinIndexedVector * rhsArray,
186 CoinIndexedVector * spareArray,
196 CoinIndexedVector * spareRow1,
197 CoinIndexedVector * spareRow2,
198 CoinIndexedVector * spareColumn1,
199 CoinIndexedVector * spareColumn2);
203 int checkUnbounded(CoinIndexedVector * ray, CoinIndexedVector * spare,
217 bool doFactorization,
234 void primalRay(CoinIndexedVector * rowArray);