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

Detailed Description

Definition at line 281 of file 2d_orthogonal_packing.h.

#include <2d_orthogonal_packing.h>

Public Member Functions

 RoundingDualFeasibleFunction (IntegerValue max_x, IntegerValue k)
IntegerValue operator() (IntegerValue x) const
IntegerValue LowestInverse (IntegerValue y) const

Constructor & Destructor Documentation

◆ RoundingDualFeasibleFunction()

operations_research::sat::RoundingDualFeasibleFunction::RoundingDualFeasibleFunction ( IntegerValue max_x,
IntegerValue k )
inline

Definition at line 284 of file 2d_orthogonal_packing.h.

Member Function Documentation

◆ LowestInverse()

IntegerValue operations_research::sat::RoundingDualFeasibleFunction::LowestInverse ( IntegerValue y) const

Definition at line 152 of file 2d_orthogonal_packing.cc.

◆ operator()()

IntegerValue operations_research::sat::RoundingDualFeasibleFunction::operator() ( IntegerValue x) const
inline

Definition at line 292 of file 2d_orthogonal_packing.h.


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