We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
JBeisert
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: