#include <algorithm>
#include <atomic>
#include <cmath>
#include <cstdint>
#include <iostream>
#include <limits>
#include <memory>
#include <optional>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/log/die_if_null.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "absl/synchronization/mutex.h"
#include "absl/time/time.h"
#include "ortools/base/logging.h"
#include "ortools/base/timer.h"
#include "ortools/linear_solver/gurobi_util.h"
#include "ortools/linear_solver/linear_solver.h"
#include "ortools/linear_solver/linear_solver_callback.h"
#include "ortools/linear_solver/proto_solver/gurobi_proto_solver.h"
#include "ortools/linear_solver/proto_solver/proto_utils.h"
#include "ortools/third_party_solvers/gurobi_environment.h"
#include "ortools/util/lazy_mutable_copy.h"
#include "ortools/util/time_limit.h"
Go to the source code of this file.
|
| | ABSL_FLAG (int, num_gurobi_threads, 0, "Number of threads available for Gurobi.") |
◆ GUROBI_STDCALL
◆ ABSL_FLAG()
| ABSL_FLAG |
( |
int | , |
|
|
num_gurobi_threads | , |
|
|
0 | , |
|
|
"Number of threads available for Gurobi." | ) |