COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #326


Ignore:
Timestamp:
11/05/09 09:40:09 (15 years ago)
Author:
Peter Kovacs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #326 – Description

    initial v1  
    11In `MipSolver` there are `type()`, `sol()` and `solValue()` functions to obtain the (primal) solution.
    22
    3  1. There are two incosinstency here:
     3 1. There are two inconsistent names here:
    44     - `solValue()` should be renamed to `sol()` (as on overloaded version) as `primalValue()` was renamed to `primal()` in `LpSolver`.
    55     - `ColTypes` should be renamed to `ColType`, since we do not use plural in similar names.