|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms
More...
Public Member Functions | |
| abstract void | DoBackwardPropagation (ComplexField field) |
| Propagate from considered constraint domain into standard domain. More... | |
| abstract void | DoForwardPropagation (ComplexField field) |
| Propagate from standard domain into considered constraint domain. More... | |
| PropagationOperator () | |
| Standard constructor | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms
|
pure virtual |
Propagate from considered constraint domain into standard domain.
| field | The field to propagate. |
|
pure virtual |
Propagate from standard domain into considered constraint domain.
| field | The field to propagate. |