ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
cadical_stats.cpp File Reference
#include "global.h"
#include "internal.hpp"
Include dependency graph for cadical_stats.cpp:

Go to the source code of this file.

Namespaces

namespace  CaDiCaL
 

Macros

#define PRT(FMT, ...)
 

Macro Definition Documentation

◆ PRT

#define PRT ( FMT,
... )
Value:
do { \
if (FMT[0] == ' ' && !all) \
break; \
MSG (FMT, __VA_ARGS__); \
} while (0)

Definition at line 24 of file cadical_stats.cpp.

24#define PRT(FMT, ...) \
25 do { \
26 if (FMT[0] == ' ' && !all) \
27 break; \
28 MSG (FMT, __VA_ARGS__); \
29 } while (0)