-
Notifications
You must be signed in to change notification settings - Fork 12
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
[WIP] Open Rao integration #868
base: main
Are you sure you want to change the base?
Conversation
8f94e23
to
19661e9
Compare
bd8bb9f
to
f0cc2ec
Compare
04bd3b0
to
7e27c35
Compare
cpp/pypowsybl-java/CMakeLists.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure to understand every change here
Do we add all the ortools libraries of the different platforms in the pom and then only link one here depending on the actual platform ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that's exactly what is done here
b139869
to
a988138
Compare
Signed-off-by: Bertrand Rix <[email protected]> Display info for mac and windows too. Signed-off-by: Bertrand Rix <[email protected]> Restore. Signed-off-by: Bertrand Rix <[email protected]> Try correctly exporting native libs. Signed-off-by: Bertrand Rix <[email protected]> Add rao python. Signed-off-by: Bertrand Rix <[email protected]> Try removing audit to see where is fails next. Signed-off-by: Bertrand Rix <[email protected]> Memory view instead of BytesIO directly. Signed-off-by: Bertrand Rix <[email protected]> Try excluding problematic lib from audit. Signed-off-by: Bertrand Rix <[email protected]> Swap. Signed-off-by: Bertrand Rix <[email protected]> verbose. Signed-off-by: Bertrand Rix <[email protected]> Check. Signed-off-by: Bertrand Rix <[email protected]> Move exclude. Signed-off-by: Bertrand Rix <[email protected]> Single plat. Signed-off-by: Bertrand Rix <[email protected]> Try downloading compatible jar. Signed-off-by: Bertrand Rix <[email protected]> Add dependency for proper order. Signed-off-by: Bertrand Rix <[email protected]> Fix. Signed-off-by: Bertrand Rix <[email protected]> Avoid extracting in target dir. Signed-off-by: Bertrand Rix <[email protected]> Fix audit call. Signed-off-by: Bertrand Rix <[email protected]> Add proper result mapping with tests. Signed-off-by: Bertrand Rix <[email protected]> Fix typecheck. Signed-off-by: Bertrand Rix <[email protected]> Return type. Signed-off-by: Bertrand Rix <[email protected]> Test json output as an example and clean. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]> Rename test case. Signed-off-by: Bertrand Rix <[email protected]> Abstract glsk importers. Signed-off-by: Bertrand Rix <[email protected]> Crac and glsk as attributes. Signed-off-by: Bertrand Rix <[email protected]> Wrap parameters. Signed-off-by: Bertrand Rix <[email protected]> Fix typing. Signed-off-by: Bertrand Rix <[email protected]> fix typing. Signed-off-by: Bertrand Rix <[email protected]> Again. Signed-off-by: Bertrand Rix <[email protected]> Return type mandatory for constructor without parameters. Signed-off-by: Bertrand Rix <[email protected]> Use bytes serialization for file serialization and clean. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]> Try reverting to old image to produce old wheel. Signed-off-by: Bertrand Rix <[email protected]> Revert "Try reverting to old image to produce old wheel." This reverts commit f4465f5.
Signed-off-by: Bertrand Rix <[email protected]>
a988138
to
c48ca49
Compare
Quality Gate passed for 'pypowsybl'Issues Measures |
Quality Gate passed for 'pypowsybl'Issues Measures |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: