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

list.h (93B)


      1 coord_t *all_coordinates[] = {
      2 	&coordinate_eo,
      3 	&coordinate_dr,
      4 	&coordinate_dreo,
      5 	NULL
      6 };