 |
OR-Tools
8.0
|
Go to the documentation of this file.
14 #ifndef OR_TOOLS_FLATZINC_LOGGING_H_
15 #define OR_TOOLS_FLATZINC_LOGGING_H_
31 #define FZENDL std::endl
33 if (FLAGS_fz_logging) std::cout << "%% "
36 if (FLAGS_fz_verbose) std::cout << "%%%% "
39 if (FLAGS_fz_debug) std::cout << "%%%%%% "
41 #define HASVLOG FLAGS_fz_verbose
42 #endif // OR_TOOLS_FLATZINC_LOGGING_H_