...
Their names must consist of the keyword Problem, the name of the space, and the name of the scope, like this: Problem_TheSpaceName_TheScopeName
. This naming is mandatory to be understood during the Optimization Engine instantiation.
Each table will must contain actual :
Actual values for the dimensions of the space
...
and their hierarchical categories.
The name of the column is either directly the name of the category of the dimension (e.g.
product
) or the same name prefixed by the disambiguation if it applies (e.g.competitor_product
).
The parameters required to instantiate the variables and the criteria of the scope.
...
The name of the column is the one indicated by the
field
element in the description.
Example
As an example, let’s consider a scope named HighRevenues
of a [customer, product_group]
space named ByCustomerAndProductGroup
, in a problem in which hierarchies are [customer, customer_family]
and [product, product_group]
. The table Problem_ByCustomerAndProductGroup_HighRevenues
has to be created. It needs to contain at least the fields customer
, customer_family,
and product_group
. The table will contain all the (customer, product_group) pairs with a high revenue as per the user requirements.
...