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
All the Problem.clear methods (e.g. clear_actions, clear_fluents, etc.) do not re-compute the UserTypes.
This is an issue mainly when reflected in the ProblemKind, so only with hierarchical typing.
The main difficulty of solving this issue is the mixin design, because the "re-compute UserTypes" method has to work regarless of which mixins the Problem class implements.
The text was updated successfully, but these errors were encountered:
All the
Problem.clear
methods (e.g.clear_actions
,clear_fluents
, etc.) do not re-compute theUserTypes
.This is an issue mainly when reflected in the
ProblemKind
, so only with hierarchical typing.The main difficulty of solving this issue is the mixin design, because the "re-compute UserTypes" method has to work regarless of which mixins the Problem class implements.
The text was updated successfully, but these errors were encountered: