8000 Implement status values returned by `solve` call · Issue #683 · oemof/tespy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement status values returned by solve call #683

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

Closed
fwitte opened this issue Jun 12, 2025 · 0 comments · Fixed by #684
Closed

Implement status values returned by solve call #683

fwitte opened this issue Jun 12, 2025 · 0 comments · Fixed by #684

Comments

@fwitte
Copy link
Member
fwitte commented Jun 12, 2025

In order to determine whether a simulation

  • 0 has converged without errors
  • 1 has converged with physical limit violations
  • 2 has not converged
  • 3 has not converged because of a linear dependency
  • has not started the simulation
    • 11 because is lacking specified parameters
    • 12 because has too many specified parameters
  • 99 has not converged because crashed due to an unexpected error

the solve call should return the indicated value, based on which the outcome can directly be assessed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant
0