COIN-OR::LEMON - Graph Library

Changeset 873:f3a30fda2e49 in lemon-0.x for src/test


Ignore:
Timestamp:
09/16/04 21:23:41 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1175
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r826 r873  
    5353
    5454//Compile GraphSkeleton
    55 template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
     55template void hugo::checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
    5656(skeleton::StaticGraphSkeleton &);
    5757
    58 template void checkCompileGraph<skeleton::GraphSkeleton>
    59 (skeleton::GraphSkeleton &);
     58template void hugo::checkCompileGraph<skeleton::ExtendableGraphSkeleton>
     59(skeleton::ExtendableGraphSkeleton &);
    6060
    61 template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
     61template void hugo::checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
    6262(skeleton::ErasableGraphSkeleton &);
    6363
    6464//Compile SmartGraph
    65 template void checkCompileGraph<SmartGraph>(SmartGraph &);
    66 template void checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);
     65template void hugo::checkCompileGraph<SmartGraph>(SmartGraph &);
     66template void hugo::checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);
    6767
    6868//Compile SymSmartGraph
    69 template void checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
    70 template void checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
     69template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
     70template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    7171
    7272//Compile ListGraph
    73 template void checkCompileGraph<ListGraph>(ListGraph &);
    74 template void checkCompileErasableGraph<ListGraph>(ListGraph &);
    75 template void checkCompileGraphFindEdge<ListGraph>(ListGraph &);
     73template void hugo::checkCompileGraph<ListGraph>(ListGraph &);
     74template void hugo::checkCompileErasableGraph<ListGraph>(ListGraph &);
     75template void hugo::checkCompileGraphFindEdge<ListGraph>(ListGraph &);
    7676
    7777
    7878//Compile SymListGraph
    79 template void checkCompileGraph<SymListGraph>(SymListGraph &);
    80 template void checkCompileErasableGraph<SymListGraph>(SymListGraph &);
    81 template void checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
     79template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
     80template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);
     81template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    8282
    8383//Compile FullGraph
    84 template void checkCompileStaticGraph<FullGraph>(FullGraph &);
    85 template void checkCompileGraphFindEdge<FullGraph>(FullGraph &);
     84template void hugo::checkCompileStaticGraph<FullGraph>(FullGraph &);
     85template void hugo::checkCompileGraphFindEdge<FullGraph>(FullGraph &);
    8686
    8787//Compile EdgeSet <ListGraph>
    88 template void checkCompileGraph<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
    89 template void checkCompileGraphEraseEdge<EdgeSet <ListGraph> >
     88template void hugo::checkCompileGraph<EdgeSet <ListGraph> >
    9089(EdgeSet <ListGraph> &);
    91 template void checkCompileGraphFindEdge<EdgeSet <ListGraph> >
     90template void hugo::checkCompileGraphEraseEdge<EdgeSet <ListGraph> >
     91(EdgeSet <ListGraph> &);
     92template void hugo::checkCompileGraphFindEdge<EdgeSet <ListGraph> >
    9293(EdgeSet <ListGraph> &);
    9394
    9495//Compile EdgeSet <NodeSet>
    95 template void checkCompileGraph<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
    96 template void checkCompileGraphEraseEdge<EdgeSet <NodeSet> >
     96template void hugo::checkCompileGraph<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
     97template void hugo::checkCompileGraphEraseEdge<EdgeSet <NodeSet> >
    9798(EdgeSet <NodeSet> &);
    98 template void checkCompileGraphFindEdge<EdgeSet <NodeSet> >
     99template void hugo::checkCompileGraphFindEdge<EdgeSet <NodeSet> >
    99100(EdgeSet <NodeSet> &);
    100101
Note: See TracChangeset for help on using the changeset viewer.