Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_cache.cc File Reference
#include <cstdint>
#include <string>
#include <vector>
#include "ortools/base/commandlineflags.h"
#include "ortools/base/logging.h"
#include "ortools/base/stl_util.h"
#include "ortools/base/types.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

 ABSL_DECLARE_FLAG (int, cache_initial_size)
 ABSL_FLAG (bool, cp_disable_cache, false, "Disable caching of model objects")
ModelCacheoperations_research::BuildModelCache (Solver *solver)

Function Documentation

◆ ABSL_DECLARE_FLAG()

ABSL_DECLARE_FLAG ( int ,
cache_initial_size  )

◆ ABSL_FLAG()

ABSL_FLAG ( bool ,
cp_disable_cache ,
false ,
"Disable caching of model objects"  )