Searched refs:SharedLPSolutionRepository (Results 1 – 7 of 7) sorted by relevance
27 auto* lp_solutions = model->Mutable<SharedLPSolutionRepository>(); in RecordLPRelaxationValues()50 const SharedLPSolutionRepository* lp_solutions, absl::BitGenRef random) { in GetLPRelaxationValues()103 const SharedLPSolutionRepository* lp_solutions, in GetRINSNeighborhood()
81 const SharedLPSolutionRepository* lp_solutions,
139 class SharedLPSolutionRepository : public SharedSolutionRepository<double> {141 explicit SharedLPSolutionRepository(int num_solutions_to_keep) in SharedLPSolutionRepository() function
598 const SharedLPSolutionRepository* lp_solutions, in RelaxationInducedNeighborhoodGenerator()620 const SharedLPSolutionRepository* lp_solutions_;
1945 SharedLPSolutionRepository* lp_solutions;1981 local_model_->Register<SharedLPSolutionRepository>(shared->lp_solutions);2145 local_model_->Register<SharedLPSolutionRepository>(shared->lp_solutions);2633 auto shared_lp_solutions = absl::make_unique<SharedLPSolutionRepository>(2635 global_model->Register<SharedLPSolutionRepository>(shared_lp_solutions.get());
70 void SharedLPSolutionRepository::NewLPSolution( in NewLPSolution()
1030 if (model->Get<SharedLPSolutionRepository>() != nullptr) { in SolveIntegerProblem()