Created
January 17, 2017 18:42
-
-
Save dzolnai/f44bc70743c0c402f7d9546724bef05b to your computer and use it in GitHub Desktop.
Simplex solver article - gist 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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