COIN-OR::LEMON - Graph Library

Changeset 663:8b0df68370a4 in lemon-main for doc/Makefile.am


Ignore:
Timestamp:
05/12/09 12:06:40 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix the GEQ/LEQ handling in NetworkSimplex? + improve doc (#291)

  • Fix the optimality conditions for the GEQ/LEQ form.
  • Fix the initialization of the algortihm. It ensures correct solutions and it is much faster for the inequality forms.
  • Fix the pivot rules to search all the arcs that have to be allowed to get in the basis.
  • Better block size for the Block Search pivot rule.
  • Improve documentation of the problem and move it to a separate page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r587 r663  
    99        doc/mainpage.dox \
    1010        doc/migration.dox \
     11        doc/min_cost_flow.dox \
    1112        doc/named-param.dox \
    1213        doc/namespaces.dox \
Note: See TracChangeset for help on using the changeset viewer.