Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::PushedSolutionPointers Struct Reference

Detailed Description

Definition at line 43 of file combine_solutions.h.

#include <combine_solutions.h>

Public Attributes

std::shared_ptr< const SharedSolutionRepository< int64_t >::Solution > pushed_solution
std::shared_ptr< const SharedSolutionRepository< int64_t >::Solution > improved_solution

Member Data Documentation

◆ improved_solution

std::shared_ptr<const SharedSolutionRepository<int64_t>::Solution> operations_research::sat::PushedSolutionPointers::improved_solution

Definition at line 48 of file combine_solutions.h.

◆ pushed_solution

std::shared_ptr<const SharedSolutionRepository<int64_t>::Solution> operations_research::sat::PushedSolutionPointers::pushed_solution

Definition at line 45 of file combine_solutions.h.


The documentation for this struct was generated from the following file: