|
21 | 21 | #ifndef QSOPT_EX_H |
22 | 22 | #define QSOPT_EX_H |
23 | 23 |
|
24 | | -#include "eg_elist.h" |
25 | | -#include "eg_io.h" |
26 | | -#include "eg_lpnum.h" |
27 | | -#include "eg_macros.h" |
28 | | -#include "eg_mem.h" |
29 | | -#include "eg_memslab.h" |
30 | | - |
31 | | -#include "eg_lpnum.dbl.h" |
32 | | -#include "eg_lpnum.mpf.h" |
33 | | -#include "eg_lpnum.mpq.h" |
34 | | - |
35 | | -#include "basicdefs.h" |
36 | | -#include "urandom.h" |
37 | | -#include "symtab.h" |
38 | | -#include "reporter.h" |
39 | | -#include "bgetopt.h" |
40 | | -#include "zeit.h" |
| 24 | +#include "exact.h" |
41 | 25 | #include "logging.h" |
42 | | - |
43 | | -#include "QSopt_ex_version.h" |
44 | | - |
45 | | -/* Double template headers */ |
46 | | -#include "qstruct_dbl.h" |
47 | | -#include "editor_dbl.h" |
48 | | -#include "dstruct_dbl.h" |
49 | | -#include "factor_dbl.h" |
50 | | -#include "lpdefs_dbl.h" |
51 | | -#include "readline_dbl.h" |
52 | | -#include "lpdata_dbl.h" |
53 | | -#include "basis_dbl.h" |
54 | | -#include "dheaps_i_dbl.h" |
55 | 26 | #include "qsopt_dbl.h" |
56 | | -#include "format_dbl.h" |
57 | | -#include "price_dbl.h" |
58 | | -#include "priority_dbl.h" |
59 | | -#include "ratio_dbl.h" |
60 | | -#include "read_lp_dbl.h" |
61 | | -#include "read_mps_dbl.h" |
62 | | -#include "simplex_dbl.h" |
63 | | -#include "write_lp_dbl.h" |
64 | | -#include "lib_dbl.h" |
65 | | -#include "eg_numutil_dbl.h" |
66 | | - |
67 | | -/* MPQ template headers */ |
68 | | -#include "qstruct_mpq.h" |
69 | | -#include "editor_mpq.h" |
70 | | -#include "dstruct_mpq.h" |
71 | | -#include "factor_mpq.h" |
72 | | -#include "lpdefs_mpq.h" |
73 | | -#include "readline_mpq.h" |
74 | | -#include "lpdata_mpq.h" |
75 | | -#include "basis_mpq.h" |
76 | | -#include "dheaps_i_mpq.h" |
77 | 27 | #include "qsopt_mpq.h" |
78 | | -#include "format_mpq.h" |
79 | | -#include "price_mpq.h" |
80 | | -#include "priority_mpq.h" |
81 | | -#include "ratio_mpq.h" |
82 | | -#include "read_lp_mpq.h" |
83 | | -#include "read_mps_mpq.h" |
84 | | -#include "simplex_mpq.h" |
85 | | -#include "write_lp_mpq.h" |
86 | | -#include "lib_mpq.h" |
87 | | -#include "eg_numutil_mpq.h" |
88 | | - |
89 | | -/* MPF template headers */ |
90 | | -#include "qstruct_mpf.h" |
91 | | -#include "editor_mpf.h" |
92 | | -#include "dstruct_mpf.h" |
93 | | -#include "factor_mpf.h" |
94 | | -#include "lpdefs_mpf.h" |
95 | | -#include "readline_mpf.h" |
96 | | -#include "lpdata_mpf.h" |
97 | | -#include "basis_mpf.h" |
98 | | -#include "dheaps_i_mpf.h" |
99 | 28 | #include "qsopt_mpf.h" |
100 | | -#include "format_mpf.h" |
101 | | -#include "price_mpf.h" |
102 | | -#include "priority_mpf.h" |
103 | | -#include "ratio_mpf.h" |
104 | | -#include "read_lp_mpf.h" |
105 | | -#include "read_mps_mpf.h" |
106 | | -#include "simplex_mpf.h" |
107 | | -#include "write_lp_mpf.h" |
108 | | -#include "lib_mpf.h" |
109 | | -#include "eg_numutil_mpf.h" |
110 | | - |
111 | | -#include "exact.h" |
112 | | -#include "eg_exutil.h" |
| 29 | +#include "QSopt_ex_version.h" |
113 | 30 |
|
114 | 31 | #endif /* !QSOPT_EX_H */ |
0 commit comments