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

Detailed Description

Definition at line 443 of file integer_expr.h.

#include <integer_expr.h>

Inheritance diagram for operations_research::sat::SquarePropagator:
operations_research::sat::PropagatorInterface

Public Member Functions

 SquarePropagator (absl::Span< const Literal > enforcement_literals, AffineExpression x, AffineExpression s, Model *model)
 SquarePropagator (const SquarePropagator &)=delete
SquarePropagatoroperator= (const SquarePropagator &)=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

◆ SquarePropagator() [1/2]

operations_research::sat::SquarePropagator::SquarePropagator ( absl::Span< const Literal > enforcement_literals,
AffineExpression x,
AffineExpression s,
Model * model )

Definition at line 1220 of file integer_expr.cc.

◆ SquarePropagator() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ Propagate()

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

Implements operations_research::sat::PropagatorInterface.

Definition at line 1235 of file integer_expr.cc.


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