We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
SolutionSet
ConstantSolutions
The text was updated successfully, but these errors were encountered:
dsharlet
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: