ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#include "global.h"
2
4
5namespace CaDiCaL {
6
7const char *version ();
8const char *copyright ();
9const char *authors ();
10const char *affiliations ();
11const char *signature ();
12const char *identifier ();
13const char *compiler ();
14const char *date ();
15const char *flags ();
16
17} // namespace CaDiCaL
18
#define ABC_NAMESPACE_CXX_HEADER_START
#define ABC_NAMESPACE_CXX_HEADER_END
const char * authors()
const char * version()
const char * signature()
const char * date()
const char * identifier()
const char * flags()
const char * affiliations()
const char * copyright()
const char * compiler()