diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 01:13:26 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 01:13:26 +0200 |
| commit | 8d1d7b7b4a48187f5849548bbc6bb543d6de33ba (patch) | |
| tree | 557eff5ff465d1ff096abbcca0005dca08ca959c /src_c/csp.h | |
| parent | 75cc60fd42c58cadc28f5eb4499f197604254aba (diff) | |
WIP native implementation
Diffstat (limited to 'src_c/csp.h')
| -rw-r--r-- | src_c/csp.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src_c/csp.h b/src_c/csp.h deleted file mode 100644 index c88c749..0000000 --- a/src_c/csp.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef OPCUT_CSP_H -#define OPCUT_CSP_H - -#include <stddef.h> -#include "common.h" - -#ifdef __cplusplus -extern "C" { -#endif - -typedef enum { - OPCUT_METHOD_GREEDY, - OPCUT_METHOD_FORWARD_GREEDY -} opcut_method_t; - - -int opcut_calculate(opcut_pool_t *used_pool, opcut_pool_t *unused_pool, - opcut_method_t method, opcut_params_t *params, - opcut_result_t *result); - -#ifdef __cplusplus -} -#endif - -#endif |
