Commit 28c36d00 authored by Jérome Perrin's avatar Jérome Perrin

This docstring was already totally outdated


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37538 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87ddb202
...@@ -34,32 +34,23 @@ from Products.ERP5Type.XMLObject import XMLObject ...@@ -34,32 +34,23 @@ from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.mixin.configurable import ConfigurableMixin from Products.ERP5.mixin.configurable import ConfigurableMixin
class SolverDecision(ConfigurableMixin, XMLObject): class SolverDecision(ConfigurableMixin, XMLObject):
""" """Solver Decision
The goal of Solver Decision is to record the fact that
"the user decided to solve a list of divergent delivery lines
- which are divergent because of given divergence tester -
by applying specific heuristic (target solver) and storing
properties at a given level (ex. delivery vs. delivery line)."
Every Solver Decision has a relation (delivery category) to a list of The goal of Solver Decision is to record the fact that "the user decided to
accountable Delivery Line or Cell (ie. not to an enclosing solve a list of divergent simulation movement - which are divergent because
Delivery Line). Solver Decision specifies the heuristic to use of given divergence tester - by applying specific heuristic (target
through a relation to a single target solver portal type solver)."
(target_solver pgroup) using the "solver" base category.
Every Solver Decision acquires the configuration properties Every Solver Decision has a relation (delivery category) to a list of
of its related Target Solver. Configuration properties may include simulation movements.
the choice of a Delivery Solver each time divergence is related Solver Decision specifies the heuristic to use through a relation to a
to suantity. single target solver portal type (target_solver pgroup) using the "solver"
base category.
The level of application of the resolution is specified by specifying Every Solver Decision acquires the configuration properties of its related
a relation to a list of "non accountable" movements (ex. delivery lines, Target Solver. Configuration properties may include the choice of a
deliveries) which enclose divergent accountable movements, using Delivery Solver each time divergence is related to quantity.
base category XXX. (to be defined)
TODO:
- which base category is used to specify resolution application level ?
(delivery ?)
""" """
meta_type = 'ERP5 Solver Decision' meta_type = 'ERP5 Solver Decision'
portal_type = 'Solver Decision' portal_type = 'Solver Decision'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment