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

Deduplicate constant solutions #199

Open
dsharlet opened this issue Jun 15, 2023 · 0 comments
Open

Deduplicate constant solutions #199

dsharlet opened this issue Jun 15, 2023 · 0 comments
Assignees

Comments

@dsharlet
Copy link
Owner

In circuits with many power supplies with constants, we often end up with many nodes that all have the same constant value.

@Federerer made a change that helps with grounds specifically in #128, but the same problem exists for other cases, just not quite as frequently.

I think the more general fix for this issue is to add a new class of SolutionSet ConstantSolutions, and solve and substitute for these solutions first.

@dsharlet dsharlet self-assigned this Jun 15, 2023
@dsharlet dsharlet changed the title Dedup constant solutions Deduplicate constant solutions Jun 15, 2023
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

1 participant