27 #ifndef BENCH_TCFF_3_INCLUDED
28 #define BENCH_TCFF_3_INCLUDED
36 #include "../base/ver.h"
47 #include "../base/str.h"
50 #ifndef CHECK_INCLUDED
51 #include "../base/check.h"
54 #ifndef STACK_INCLUDED
55 #include "../bds/stack.h"
58 #ifndef LIST_2_INCLUDED
59 #include "../rel/list_2.h"
62 #ifndef CUR_2_INCLUDED
63 #include "../rel/cur_2.h"
66 #ifndef DUP_2I_INCLUDED
67 #include "../rel/set_2.h"
70 #ifndef REL_N_N_INCLUDED
71 #include "../rel/rel_n_n.h"
74 #ifndef CUR_N_N_INCLUDED
75 #include "../rel/cur_n_n.h"
78 #ifndef BENCH_INCLUDED
90 static const long BENCH_TCFF_3_MAGIC = 0x5446330AL;
125 "tc(X,Y) Bench., Ver.3: Seminaive Evaluation";
129 str_t file(
int i)
const;
132 long result(
int i)
const;
146 return result_cur.c1();
151 return result_cur.c2();
155 inline bool error() {
168 inline void close() {
Abstract Superclass of Standard Benchmarks with load() and eval()
Abstract superclass for Standard Benchmarks with load() and eval() Methods.
Definition: bench.h:67
bool load(str_t filename)
Definition: bench_tcff_3.cpp:99
const char * str_t
Definition: str.h:41
Definition: bench_tcff_3.h:97
#define STR_NULL
Definition: str.h:52