summaryrefslogtreecommitdiff
path: root/src/qms.h
blob: ec9cbe9e9dc90ef0e62ce1cb1ff5f8170fa0d612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef QMS_QMS_H
#define QMS_QMS_H

#include "common.h"

#if HAVE_OPENCL
#include <cl.h>
#endif

#include <inttypes.h>

#include "cctk.h"

#include "qms_solve.h"

typedef struct QMSContext QMSContext;

int qms_maximal_solve(QMSContext *qms);

#endif /* QMS_QMS_H */