Skip to content

refactor AP transform into exported API #3665

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

refactor AP transform into exported API #3665

merged 1 commit into from
Jun 2, 2025

Conversation

baggepinnen
Copy link
Contributor

Such that Dyad analyses can make use of this functionality for custom linearization.

Comment on lines 977 to +978

sys, input_vars, output_vars = linearization_ap_transform(sys, inputs, outputs, loop_openings)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
sys, input_vars, output_vars = linearization_ap_transform(sys, inputs, outputs, loop_openings)
sys, input_vars, output_vars = linearization_ap_transform(
sys, inputs, outputs, loop_openings)

@baggepinnen baggepinnen merged commit d1246c0 into master Jun 2, 2025
22 of 47 checks passed
@baggepinnen baggepinnen deleted the lintransform branch June 2, 2025 13:37
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

Successfully merging this pull request may close these issues.

2 participants