[Clp] manual pivot in dual simplex

Richard Waltz richard.waltz at gmail.com
Tue Jul 22 13:18:01 EDT 2008


Is it possible to manually perform a pivot in the Clp dual simplex method?
I have in mind something like the functionality described by the comments
below:

/* Pivot out a variable and choose an incoing one.  Assumes dual
   feasible - will not go through a reduced cost.
   Returns step length in theta
   Returns ray in ray_ (or NULL if no pivot)
   Return codes as before but -1 means no acceptable pivot
*/
int
ClpSimplexDual::pivotResult()
{
  abort();
  return 0;
}

Thanks,
-Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20080722/879660dc/attachment.html>


More information about the Clp mailing list