Google OR-Tools: ortools/util/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.

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.")

◆ 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."  )