Skip to content

Commit f1e3670

Browse files
wifi:)wifi:)
authored andcommitted
Remove minDegreeOrdering references
1 parent 2085431 commit f1e3670

19 files changed

Lines changed: 28 additions & 144 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ notUsed
1313
.vscode
1414
taptest.sh
1515
run.sh
16-
get_signatures.sh
17-
ordering_example

doc/_static/page_history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var titles = [
1515

1616

1717
var newpages = [
18-
{v: '4.0', pages: ['pgr_kingOrdering', 'pgr_minDegreeOrdering']},
18+
{v: '4.0', pages: ['pgr_kingOrdering']},
1919

2020
{v: '3.8', pages: ['pgr_contractionDeadEnd', 'pgr_contractionLinear', 'pgr_separateCrossing',
2121
'pgr_separateTouching']},

doc/ordering/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SET(LOCAL_FILES
33
pgr_cuthillMckeeOrdering.rst
44
pgr_topologicalSort.rst
55
pgr_kingOrdering.rst
6-
pgr_minDegreeOrdering.rst
76
)
87

98
foreach (f ${LOCAL_FILES})

doc/ordering/ordering-family.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Ordering - Family of functions
2424
* :doc:`pgr_cuthillMckeeOrdering` - Return reverse Cuthill-McKee ordering of an undirected graph.
2525
* :doc:`pgr_topologicalSort` - Linear ordering of the vertices for directed
2626
* :doc:`pgr_kingOrdering` - Returns the King ordering of an undirected graphs
27-
* :doc:`pgr_minDegreeOrdering` - Returns the Minimum Degree ordering of an undirected graphs
2827
acyclic graph.
2928

3029
.. official-end
@@ -35,7 +34,6 @@ Ordering - Family of functions
3534
pgr_cuthillMckeeOrdering
3635
pgr_topologicalSort
3736
pgr_kingOrdering
38-
pgr_minDegreeOrdering
3937

4038
See Also
4139
-------------------------------------------------------------------------------

doc/src/pgRouting-introduction.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This Release Contributors
6666
Individuals in this release v4.0.0 (in alphabetical order)
6767
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6868

69+
Fan Wu
6970
Regina Obe,
7071
Vicky Vergara
7172

docqueries/ordering/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SET(LOCAL_FILES
33
cuthillMckeeOrdering
44
topologicalSort
55
kingOrdering
6-
minDegreeOrdering
76
)
87

98
foreach (f ${LOCAL_FILES})

docqueries/ordering/test.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
'files' => [qw(
66
cuthillMckeeOrdering.pg
77
topologicalSort.pg
8-
minDegreeOrdering.pg
98
kingOrdering.pg
109
)]
1110
},

include/ordering/kingOrdering.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ kingOrdering(G &graph) {
8282

8383
} // namespace pgrouting
8484

85-
#endif // INCLUDE_ORDERING_ORDERING_HPP_
85+
#endif // INCLUDE_ORDERING_KINGORDERING_HPP_

include/ordering/minDegreeOrdering.hpp

Lines changed: 0 additions & 96 deletions
This file was deleted.

just_start_week11

Whitespace-only changes.

0 commit comments

Comments
 (0)