OR-Tools  9.3
time_limit.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

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 (bool, time_limit_use_instruction_count, false, "If true, measures the number of instructions executed")
 

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( bool  ,
time_limit_use_instruction_count  ,
false  ,
"If  true,
measures the number of instructions executed"   
)

◆ ABSL_FLAG() [2/2]

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