Skip to content

Instantly share code, notes, and snippets.

@dzolnai
Created January 17, 2017 18:42
Show Gist options
  • Save dzolnai/f44bc70743c0c402f7d9546724bef05b to your computer and use it in GitHub Desktop.
Save dzolnai/f44bc70743c0c402f7d9546724bef05b to your computer and use it in GitHub Desktop.
Simplex solver article - gist 5
#define DEBUG true
#if DEBUG
#define LOG(msg, param) rsDebug(msg, param)
#else
#define LOG(msg, param)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment