Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/util/solve_interrupter.h"
#include <atomic>
#include <functional>
#include <memory>
#include <optional>
#include <utility>
#include "absl/synchronization/mutex.h"
#include "ortools/base/linked_hash_map.h"
#include "ortools/base/logging.h"
#include "ortools/base/strong_int.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |