OR-Tools  8.2
SharedSolutionRepository< ValueType > Member List

This is the complete list of members for SharedSolutionRepository< ValueType >, including all inherited members.

ABSL_GUARDED_BY(mutex_)=0SharedSolutionRepository< ValueType >protectedpure virtual
ABSL_GUARDED_BY(mutex_)SharedSolutionRepository< ValueType >mutableprotected
ABSL_GUARDED_BY(mutex_)SharedSolutionRepository< ValueType >protected
ABSL_GUARDED_BY(mutex_)SharedSolutionRepository< ValueType >protected
Add(const Solution &solution)SharedSolutionRepository< ValueType >
AddInternal(const Solution &solution) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mutex_)SharedSolutionRepository< ValueType >protected
GetRandomBiasedSolution(absl::BitGenRef random) constSharedSolutionRepository< ValueType >
GetSolution(int index) constSharedSolutionRepository< ValueType >
GetVariableValueInSolution(int var_index, int solution_index) constSharedSolutionRepository< ValueType >
mutex_SharedSolutionRepository< ValueType >mutableprotected
num_solutions_to_keep_SharedSolutionRepository< ValueType >protected
NumSolutions() constSharedSolutionRepository< ValueType >
SharedSolutionRepository(int num_solutions_to_keep)SharedSolutionRepository< ValueType >inlineexplicit
Synchronize()SharedSolutionRepository< ValueType >