Open anras5 opened 1 year ago
When using Solver()get_representative_value_function_dict I would also need to get calculated functions for each criterion. Desired format:
Solver()get_representative_value_function_dict
{ 'criterion_id': [(x_0, y_0), (x_1, x_2), ...], ... }
where (x_n, y_n) represents a point in the function.
(x_n, y_n)
When using
Solver()get_representative_value_function_dict
I would also need to get calculated functions for each criterion. Desired format:where
(x_n, y_n)
represents a point in the function.