Problem with MaximizeExpressionOnFinalState
in HierarchicalProblem
with the Aries backend
#615
-
Following the answer by @arbimo on #614 I've tried to use the This is a minimal example:
When I run it I get this output:
That is, the engine says the optimal plan is empty. This means the So I don't understand what's happening here. What am I doing wrong? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the report, this is definitely a bug on Aries side, fixed here : plaans/aries#139 The fix should be available in the development version in a few minutes. |
Beta Was this translation helpful? Give feedback.
Thanks for the report, this is definitely a bug on Aries side, fixed here : plaans/aries#139
In a nutshell, maximization was still interpreted as minimization.
The fix should be available in the development version in a few minutes.