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

coord.h (173B)


      1 #include "types_macros.h"
      2 #include "common.h"
      3 #include "eo.h"
      4 #include "dr.h"
      5 #include "dreo.h"
      6 #include "list.h"
      7 #include "utils.h"
      8 #include "gendata.h"
      9 #include "solve.h"