From 42dcde08c51a781c22613af194f95ef980d03a5b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 24 Jul 2024 09:53:41 +0530 Subject: solver_highs: init --- include/evanix.h | 1 + include/solver_highs.h | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 include/solver_highs.h (limited to 'include') 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 +#include + +int solver_highs(struct job **job, struct job_clist *q, int32_t resources); -- cgit v1.2.3