COIN-OR::LEMON - Graph Library

Changeset 427:c59bdcc8e33e in lemon-1.0 for test/lgf_test.cc


Ignore:
Timestamp:
08/05/11 00:17:29 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.0
Phase:
public
Tags:
r1.0.7
Message:

Unify sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lgf_test.cc

    r422 r427  
    6464
    6565
    66 int main() 
     66int main()
    6767{
    6868  {
    69     ListDigraph d; 
     69    ListDigraph d;
    7070    ListDigraph::Node s,t;
    7171    ListDigraph::ArcMap<int> label(d);
     
    9494
    9595  {
    96     ListDigraph d; 
     96    ListDigraph d;
    9797    std::istringstream input(test_lgf_nomap);
    9898    digraphReader(d, input).
     
    111111
    112112  {
    113     ListDigraph d; 
     113    ListDigraph d;
    114114    std::istringstream input(test_lgf_bad1);
    115115    bool ok=false;
     
    118118        run();
    119119    }
    120     catch (FormatError& error) 
     120    catch (FormatError& error)
    121121      {
    122122        ok = true;
     
    140140
    141141  {
    142     ListDigraph d; 
     142    ListDigraph d;
    143143    std::istringstream input(test_lgf_bad2);
    144144    bool ok=false;
Note: See TracChangeset for help on using the changeset viewer.