![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 301 of file integer_expr.h.
#include <integer_expr.h>
Public Member Functions | |
| ProductPropagator (absl::Span< const Literal > enforcement_literals, AffineExpression a, AffineExpression b, AffineExpression p, Model *model) | |
| ProductPropagator (const ProductPropagator &)=delete | |
| ProductPropagator & | operator= (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 > &) |
| 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.
|
delete |
|
delete |
|
finalvirtual |
Implements operations_research::sat::PropagatorInterface.
Definition at line 1026 of file integer_expr.cc.