-
Notifications
You must be signed in to change notification settings - Fork 1
Description
All solvers in CaΣoS have three major interfaces:
- Constructor (problem definition, options)
- Function call (input: parameters, bounds, etc.; output: solutions)
- Structure with statistics (
S.stats)
CasADi also has a separate info struct (S.info) which we could implement, too.
The issue now is to decide (and implement) which additional information should be part of which interface (if any).
Addendum 2025-11-15:
A fourth interface, the handling of exceptions and display of error messages, should not be neglected either. See also #98.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels