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

Alias aware state priority #3093

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Alias aware state priority #3093

wants to merge 8 commits into from

Conversation

YingboMa
Copy link
Member

@YingboMa YingboMa commented Oct 4, 2024

No description provided.

else
ag = AliasGraph(mm, ndsts(state.structure.graph))
end
dummy_derivative_graph!(state.structure, var_eq_matching, jac, state_priority, ag, mm, log)
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
dummy_derivative_graph!(state.structure, var_eq_matching, jac, state_priority, ag, mm, log)
dummy_derivative_graph!(
state.structure, var_eq_matching, jac, state_priority, ag, mm, log)

Comment on lines 404 to 405
:inneighbors, :is_directed, :ne, :nv, :outneighbors,
:src, :vertices]
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
:inneighbors, :is_directed, :ne, :nv, :outneighbors,
:src, :vertices]
:inneighbors, :is_directed, :ne, :nv, :outneighbors,
:src, :vertices]

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