You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation we cannot use both addons and functional form constraints in the same model.
The reason is because functional form constraints delay (1, 2) actual product of messages and execute an approximation method later.
The addons feature on the other hand assumes a product of messages to be available immediately.
Things are a bit even more complicated because sometimes the product is not delayed and actually executed in-place. If we have an analytical solution to a product of messages we execute it and check later if the result is compatible with the specified functional form constraint. This is done for performance and common sense reasons, but this behaviour can be controlled via FormConstraintCheckEach or FormConstraintCheckLast .
The text was updated successfully, but these errors were encountered:
In the current implementation we cannot use both addons and functional form constraints in the same model.
The reason is because functional form constraints delay (1, 2) actual product of messages and execute an approximation method later.
The addons feature on the other hand assumes a product of messages to be available immediately.
Things are a bit even more complicated because sometimes the product is not delayed and actually executed in-place. If we have an analytical solution to a product of messages we execute it and check later if the result is compatible with the specified functional form constraint. This is done for performance and common sense reasons, but this behaviour can be controlled via
FormConstraintCheckEach
orFormConstraintCheckLast
.The text was updated successfully, but these errors were encountered: