Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gurobi_interface.cc File Reference
#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.

Classes

class  operations_research::GurobiInterface

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Macros

#define GUROBI_STDCALL

Functions

 ABSL_FLAG (int, num_gurobi_threads, 0, "Number of threads available for Gurobi.")

Macro Definition Documentation

◆ GUROBI_STDCALL

#define GUROBI_STDCALL

Definition at line 550 of file gurobi_interface.cc.

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( int ,
num_gurobi_threads ,
0 ,
"Number of threads available for Gurobi."  )