2020-03-29 16:03:31 +02:00
|
|
|
// include all RogueViz vizualizations
|
|
|
|
|
|
|
|
#include "rogueviz.cpp"
|
|
|
|
#include "kohonen.cpp"
|
2020-08-10 19:03:50 +02:00
|
|
|
// #include "staircase.cpp" (currently does not work)
|
2020-03-29 16:03:31 +02:00
|
|
|
#include "banachtarski.cpp"
|
2020-08-10 19:03:50 +02:00
|
|
|
// #include "pentagonal.cpp" (currently does not work)
|
2020-03-29 16:03:31 +02:00
|
|
|
#include "functions.cpp"
|
|
|
|
#include "fundamental.cpp"
|
|
|
|
#include "sunflower.cpp"
|
|
|
|
#include "flocking.cpp"
|
|
|
|
#include "magiccube.cpp"
|
|
|
|
#include "cvl.cpp"
|
|
|
|
#include "newconf.cpp"
|
|
|
|
#include "grigorchuk.cpp"
|
2020-04-11 00:43:43 +02:00
|
|
|
#include "janko.cpp"
|
2020-03-29 16:03:31 +02:00
|
|
|
#include "qtm.cpp"
|
|
|
|
#include "rewriting.cpp"
|
|
|
|
#include "sag.cpp"
|
|
|
|
#include "collatz.cpp"
|
|
|
|
#include "tree.cpp"
|
|
|
|
#include "fullnet.cpp"
|
2020-04-07 17:15:17 +02:00
|
|
|
#include "snow.cpp"
|
2020-04-07 17:41:47 +02:00
|
|
|
#include "impossible-ring.cpp"
|
2020-04-08 00:39:44 +02:00
|
|
|
#include "triangle.cpp"
|
2020-08-02 12:54:20 +02:00
|
|
|
#include "sumotron.cpp"
|
2020-08-10 18:09:19 +02:00
|
|
|
#include "noniso-honeycombs.cpp"
|
2020-08-10 18:09:59 +02:00
|
|
|
#include "random-walk.cpp"
|
2020-09-11 11:41:23 +02:00
|
|
|
#include "presentation.cpp"
|