Skip to content
New issue

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

Return criterions' functions #41

Open
anras5 opened this issue Oct 23, 2023 · 0 comments
Open

Return criterions' functions #41

anras5 opened this issue Oct 23, 2023 · 0 comments
Assignees

Comments

@anras5
Copy link
Contributor

anras5 commented Oct 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants