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

Detailed Description

Definition at line 706 of file util.h.

#include <util.h>

Public Member Functions

int64_t MaxSubsetSum (absl::Span< const int64_t > elements, int64_t bin_size)
double ComplexityEstimate (int num_elements, int64_t bin_size)

Member Function Documentation

◆ ComplexityEstimate()

double operations_research::sat::MaxBoundedSubsetSumExact::ComplexityEstimate ( int num_elements,
int64_t bin_size )

Definition at line 930 of file util.cc.

◆ MaxSubsetSum()

int64_t operations_research::sat::MaxBoundedSubsetSumExact::MaxSubsetSum ( absl::Span< const int64_t > elements,
int64_t bin_size )

Definition at line 940 of file util.cc.


The documentation for this class was generated from the following files: