Framework for ordering

release/4.3a0
Frank Dellaert 2009-12-12 22:18:19 +00:00
parent bd843b54f6
commit 356366c06b
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
% put function here

5
matlab/kai02_bottomUp.m Normal file
View File

@ -0,0 +1,5 @@
% test ordering
input = 6;
ordering = bottom_up_ordering(6);
ordering.print('ordering')