OR-Tools  9.3
implied_bounds.h File Reference

Go to the source code of this file.

Classes

struct  ImpliedBoundEntry
 
class  ImpliedBounds
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

bool DetectLinearEncodingOfProducts (const AffineExpression &left, const AffineExpression &right, Model *model, LinearConstraintBuilder *builder)
 
void LinearizeInnerProduct (const std::vector< AffineExpression > &left, const std::vector< AffineExpression > &right, Model *model, std::vector< LinearExpression > *energies)
 
bool ProductIsLinearized (const LinearExpression &expr)