> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Graph - Solve

> Kinetica guides tagged Graph - Solve

<CardGroup cols={3}>
  <Card title="Shortest Path with Turn Penalties & Restrictions" href="/content/guides/solve_graph_dc_shortest_path_turn/index" cta="Geospatial / Graph / Graph - Solve / Python">
    Modeling turn penalties and restrictions for graph solving
  </Card>

  <Card title="Page Rank in Python" href="/content/guides/solve_graph_nyctaxi_page_rank" cta="Geospatial / Graph / Graph - Solve / Python">
    A Page Rank example using the NYC Taxi dataset
  </Card>

  <Card title="Backhaul Routing in Python" href="/content/guides/solve_graph_seattle_backhaul/index" cta="Geospatial / Graph / Graph - Solve / Python">
    A backhaul routing graph solver example in Python
  </Card>

  <Card title="Multiple Routing on Seattle Road Network" href="/content/guides/solve_graph_seattle_multi_route/index" cta="Geospatial / Graph / Graph - Solve / Python">
    Solve graph with multiple destinations using a road network
  </Card>

  <Card title="Shortest Path with Python" href="/content/guides/solve_graph_seattle_shortest_path/index" cta="Geospatial / Graph / Graph - Solve / Python">
    A Shortest Path graph solver example with the Python API
  </Card>
</CardGroup>
