nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

h48.h (242B)


      1 #include "coordinate_types_macros.h"
      2 #include "map_types_macros.h"
      3 #include "gendata_types_macros.h"
      4 #include "coordinate.h"
      5 #include "map.h"
      6 #include "gendata_cocsep.h"
      7 #include "gendata_eoesep.h"
      8 #include "gendata_h48.h"
      9 #include "solve.h"