UTA-WESOME / uta-gms-engine

Engine for the UTA-GMS system
https://pypi.org/project/uta-gms-engine/
0 stars 0 forks source link

Return criterions' functions #41

Open anras5 opened 1 year ago

anras5 commented 1 year ago

When using Solver()get_representative_value_function_dict I would also need to get calculated functions for each criterion. Desired format:

{
    'criterion_id': [(x_0, y_0), (x_1, x_2), ...],
    ...
}

where (x_n, y_n) represents a point in the function.