Skip to content

Update to the solver API #61

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

Merged
merged 12 commits into from
Apr 3, 2024
Merged

Update to the solver API #61

merged 12 commits into from
Apr 3, 2024

Conversation

whart222
Copy link
Collaborator

@whart222 whart222 commented Apr 3, 2024

The big change is the use of a SolverResults object that stores status information.

whart222 added 12 commits April 2, 2024 12:51
1. Return size_t for object id() methods

2. Moved dynamic linking logic from coek/solvers to coek/util

3. Reworked tictoc API.  Standardized on system time, and
   optimized the behavior of tic() and toc() when no string is
   used.

4. Added a SolverResults class, and reworked the solver API
   to return a SolverResults object with suitable information.
Mostly this is triggered by the introduction of a SolverResults object
1. Added solver name to the Solver and NLPSolver objects

2. Added logic to print results information

3. Added pybind11 logic for results
@whart222 whart222 merged commit b573ae4 into dev-weh Apr 3, 2024
2 checks passed
@whart222 whart222 deleted the solver_api branch April 3, 2024 18:54
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

Successfully merging this pull request may close these issues.

1 participant