.
This commit is contained in:
parent
2cc389b7fb
commit
1c09ea65a9
5 changed files with 374 additions and 0 deletions
8
Sheet7/E14/jacob_template/cuthill_mckee_ordering.h
Normal file
8
Sheet7/E14/jacob_template/cuthill_mckee_ordering.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CUTHILL_MCKEE_ORDERING
|
||||
#define CUTHILL_MCKEE_ORDERING
|
||||
|
||||
#include <vector>
|
||||
|
||||
std::vector<int> cuthill_mckee_reordering(std::vector<int> const &_edges);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue