The two similar classes MinimizerResult and ModelResult inherit from different objects (the former from object the latter from Minimizer).
Also the MinimizerResult doc states:
Notes
-----
Additional attributes not listed above may be present, depending on the
specific solver. Since this class is essentially a subclass of dict
with attribute accessors, one can see which attributes are available
using the `keys()` method.
which is not true ATM.
The two classes should inherit from the same object and possibly from dict.
The two similar classes
MinimizerResultandModelResultinherit from different objects (the former fromobjectthe latter fromMinimizer).Also the
MinimizerResultdoc states:which is not true ATM.
The two classes should inherit from the same object and possibly from
dict.