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

api-changes.md (623B)


      1 # TO-DO list for API changes
      2 
      3 When `nissy.h` is modified, for example because a new API function is added or
      4 one of the old ones changes signature, all the examples and tools that include
      5 this file must be adapted. Here is a list:
      6 
      7 * Update the tools in `tools/`.
      8 * Update the shell `shell/shell.c`.
      9 * Update the python module `python/nissy_module.c` and, if needed, the
     10   examples in `python/examples/`.
     11 * Update the C++ adapter `cpp/nissy.{cpp,h}` and, if needed, the examples in
     12   `cpp/examples/`.
     13 * Update the web adapter `web/adapter.cpp` (based on the C++ header) and,
     14   if needed, the example webapp in `web/http/`.