#include <algorithm>
#include <cstdint>
#include <cstdlib>
#include <deque>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/strings/str_format.h"
#include "ortools/base/base_export.h"
#include "ortools/base/logging.h"
#include "ortools/graph/iterators.h"
#include "ortools/util/permutation.h"
#include "ortools/util/zvector.h"
Go to the source code of this file.
◆ ABSL_DECLARE_FLAG() [1/3]
| OR_DLL ABSL_DECLARE_FLAG |
( |
bool | , |
|
|
assignment_stack_order | ) |
◆ ABSL_DECLARE_FLAG() [2/3]
| OR_DLL ABSL_DECLARE_FLAG |
( |
int | , |
|
|
assignment_progress_logging_period | ) |
◆ ABSL_DECLARE_FLAG() [3/3]
| OR_DLL ABSL_DECLARE_FLAG |
( |
int64_t | , |
|
|
assignment_alpha | ) |