#include "ortools/sat/lrat_proof_handler.h"
#include <algorithm>
#include <bitset>
#include <cstdint>
#include <cstdlib>
#include <fstream>
#include <ios>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "absl/types/span.h"
#include "ortools/base/file.h"
#include "ortools/base/options.h"
#include "ortools/base/timer.h"
#include "ortools/sat/drat_checker.h"
#include "ortools/sat/drat_writer.h"
#include "ortools/sat/lrat.pb.h"
#include "ortools/sat/lrat_checker.h"
#include "ortools/sat/model.h"
#include "ortools/sat/recordio.h"
#include "ortools/sat/sat_base.h"
#include "ortools/sat/synchronization.h"
#include "ortools/sat/util.h"
Go to the source code of this file.
|
| | ABSL_FLAG (std::string, cp_model_drat_output, "/tmp/drat.txt", "File name for the generated DRAT proof, if DRAT output is enabled.") |
| | ABSL_FLAG (std::string, cp_model_lrat_output_prefix, "/tmp/lrat", "File name prefix for the generated LRAT proof files, if LRAT output " "is enabled. One file is created for each worker.") |
◆ ABSL_FLAG() [1/2]
| ABSL_FLAG |
( |
std::string | , |
|
|
cp_model_drat_output | , |
|
|
"/tmp/drat.txt" | , |
|
|
"File name for the generated DRAT | proof, |
|
|
if DRAT output is enabled." | ) |
◆ ABSL_FLAG() [2/2]
| ABSL_FLAG |
( |
std::string | , |
|
|
cp_model_lrat_output_prefix | , |
|
|
"/tmp/lrat" | , |
|
|
"File name prefix for the generated LRAT proof | files, |
|
|
if LRAT output " "is enabled. One file is created for each worker." | ) |