Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
time_limit.cc File Reference
#include "ortools/util/time_limit.h"
#include <algorithm>
#include <cstdint>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include "absl/flags/flag.h"
#include "absl/log/die_if_null.h"
#include "absl/log/log.h"
#include "absl/strings/str_cat.h"
#include "absl/time/time.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

 ABSL_FLAG (bool, time_limit_use_usertime, false, "If true, rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment.")

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( bool ,
time_limit_use_usertime ,
false ,
"If true,
rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment."  )