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

Detailed Description

Definition at line 301 of file integer_expr.h.

#include <integer_expr.h>

Inheritance diagram for operations_research::sat::ProductPropagator:
operations_research::sat::PropagatorInterface

Public Member Functions

 ProductPropagator (absl::Span< const Literal > enforcement_literals, AffineExpression a, AffineExpression b, AffineExpression p, Model *model)
 ProductPropagator (const ProductPropagator &)=delete
ProductPropagatoroperator= (const ProductPropagator &)=delete
bool Propagate () final
Public Member Functions inherited from operations_research::sat::PropagatorInterface
 PropagatorInterface ()=default
virtual ~PropagatorInterface ()=default
virtual bool IncrementalPropagate (const std::vector< int > &)

Constructor & Destructor Documentation

◆ ProductPropagator() [1/2]

operations_research::sat::ProductPropagator::ProductPropagator ( absl::Span< const Literal > enforcement_literals,
AffineExpression a,
AffineExpression b,
AffineExpression p,
Model * model )

Definition at line 856 of file integer_expr.cc.

◆ ProductPropagator() [2/2]

operations_research::sat::ProductPropagator::ProductPropagator ( const ProductPropagator & )
delete

Member Function Documentation

◆ operator=()

ProductPropagator & operations_research::sat::ProductPropagator::operator= ( const ProductPropagator & )
delete

◆ Propagate()

bool operations_research::sat::ProductPropagator::Propagate ( )
finalvirtual

Implements operations_research::sat::PropagatorInterface.

Definition at line 1026 of file integer_expr.cc.


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