Skip to content

Conversation

@Robbybp
Copy link
Collaborator

@Robbybp Robbybp commented Nov 26, 2025

Exploring some methods for printing decompositions.

Comment on lines +55 to +62
println(io, "Variables:")
for var in subsystem.var
println(io, " $var")
end
println(io, "Constraints:")
for con in subsystem.con
println(io, " $con")
end
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These should print nothing if there are zero variables or constraints.

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.

1 participant