diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/evanix.h | 1 | ||||
-rw-r--r-- | include/solver_highs.h | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/evanix.h b/include/evanix.h index 6832777..34d4918 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -12,6 +12,7 @@ struct evanix_opts_t { bool solver_report; bool close_unused_fd; bool check_cache_status; + bool break_evanix; char *system; uint32_t max_build; int (*solver)(struct job **, struct job_clist *, int32_t); diff --git a/include/solver_highs.h b/include/solver_highs.h new file mode 100644 index 0000000..89090f9 --- /dev/null +++ b/include/solver_highs.h @@ -0,0 +1,4 @@ +#include <jobs.h> +#include <stdint.h> + +int solver_highs(struct job **job, struct job_clist *q, int32_t resources); |