We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba6cda commit 488d6c0Copy full SHA for 488d6c0
ortools/util/time_limit.h
@@ -38,7 +38,7 @@
38
* Enables changing the behavior of the TimeLimit class to use -b usertime
39
* instead of \b walltime. This is mainly useful for benchmarks.
40
*/
41
-ABSL_DECLARE_FLAG(bool, time_limit_use_usertime);
+OR_DLL ABSL_DECLARE_FLAG(bool, time_limit_use_usertime);
42
43
namespace operations_research {
44
@@ -91,7 +91,7 @@ namespace operations_research {
91
92
// TODO(user): The expression "deterministic time" should be replaced with
93
// "number of operations" to avoid confusion with "real" time.
94
-class TimeLimit {
+class OR_DLL TimeLimit {
95
public:
96
static const double kSafetyBufferSeconds; // See the .cc for the value.
97
static const int kHistorySize;
0 commit comments