Propagator for bounds consistent max operator More...
#include <arithmetic.hh>
Public Member Functions | |
Max (Space &home, bool share, Propagator &p, A x0, B x1, C x2) | |
Constructor for rewriting p during cloning. | |
virtual Actor * | copy (Space &home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, A x0, B x1, C x2) |
Post propagator for ![]() | |
Protected Member Functions | |
Max (Space &home, bool share, Max &p) | |
Constructor for cloning p. | |
Max (Home home, A x0, B x1, C x2) | |
Constructor for creation. |
Propagator for bounds consistent max operator
The types A, B and C give the types of the views.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 389 of file arithmetic.hh.
Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, |
bool | share, | ||
Max< A, B, C > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 103 of file min-max-channel.hpp.
Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Home | home, |
A | x0, | ||
B | x1, | ||
C | x2 | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 98 of file min-max-channel.hpp.
Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, |
bool | share, | ||
Propagator & | p, | ||
A | x0, | ||
B | x1, | ||
C | x2 | ||
) | [inline] |
Constructor for rewriting p during cloning.
Definition at line 108 of file min-max-channel.hpp.
Actor * Gecode::Float::Arithmetic::Max< A, B, C >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
Create copy during cloning.
Implements Gecode::Actor.
Definition at line 114 of file min-max-channel.hpp.
ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Implements Gecode::Propagator.
Definition at line 127 of file min-max-channel.hpp.
ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::post | ( | Home | home, |
A | x0, | ||
B | x1, | ||
C | x2 | ||
) | [static] |
Post propagator for .
Definition at line 120 of file min-max-channel.hpp.