diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-24 22:11:03 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-24 22:11:03 +0530 |
commit | 2680273a9f3679d4a9c79f203d1b39fc71c833ec (patch) | |
tree | 50292a594a07e47b9320e92ff5eb6df6cf77fb2a /src/evanix.c | |
parent | 81f04e0be44572680a3321ffa8ca0d72338eb3c2 (diff) |
solver_highs: increment the correct iterator
Diffstat (limited to 'src/evanix.c')
-rw-r--r-- | src/evanix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evanix.c b/src/evanix.c index 80a5b25..9f514c4 100644 --- a/src/evanix.c +++ b/src/evanix.c @@ -1,7 +1,7 @@ +#include <errno.h> #include <getopt.h> #include <stdlib.h> #include <string.h> -#include <errno.h> #include "build.h" #include "evanix.h" |