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

Uno::solve() should return the result #105

Closed
cvanaret opened this issue Nov 19, 2024 · 1 comment · Fixed by #111
Closed

Uno::solve() should return the result #105

cvanaret opened this issue Nov 19, 2024 · 1 comment · Fixed by #111
Assignees

Comments

@cvanaret
Copy link
Owner

Ideally an std::optional<Result>, since there is no result to return if the functions cannot be evaluated at the initial point.
Reported by @worc4021.

@cvanaret
Copy link
Owner Author

Fixed in #111 without using std::optional.

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