Closed dcerys closed 7 years ago
Specifying :controllable true as part of a plant function invocation has no effect (the TPN activity is still non-controllable).
:controllable true
(solve-it :controllable true "Problem42")
Note that :controllable true as part of the defpmethod declaration does properly work.
defpmethod
Closed by #158 (also resolves same problem with :cost and :reward)
:cost
:reward
Specifying
:controllable true
as part of a plant function invocation has no effect (the TPN activity is still non-controllable).(solve-it :controllable true "Problem42")
Note that
:controllable true
as part of thedefpmethod
declaration does properly work.