blob: 30bc30df0a7f7859dd6661ab2824d179281bb7ef [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project name="Graph">
<bannerRight>
<name>Commons Graph</name>
<src>/images/logo.png</src>
<href>/index.html</href>
</bannerRight>
<body>
<menu name="Graph">
<item name="Overview" href="/index.html" />
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
</menu>
<menu name="Graph Model">
<item name="Introduction" href="/model/intro.html" />
<item name="Base in-memory model" href="/model/base.html" />
<item name="Weight model" href="/model/weights.html" />
</menu>
<menu name="Graph Algorithms">
<item name="Coloring" href="/algorithms/coloring.html" />
<item name="Flow" href="/algorithms/flow.html" />
<item name="Strongly Connected Components" href="/algorithms/scc.html" />
<item name="Shortest Paths" href="/algorithms/shortestpath.html" />
<item name="Spanning Tree" href="/algorithms/spanning.html" />
<item name="Graph Visitor" href="/algorithms/visit.html" />
</menu>
</body>
</project>