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

Add getters for the computed plan or policy computed by each solver #327

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Apr 15, 2024

Add get_policy() or get_plan() to solvers whenever it makes sense. As the output type may vary according to solver, we do not add it in the generic API of a solver.

We fix along the way a bug in LRTAstar._is_policy_defined_for (is -> in).

@nhuet nhuet changed the title Add getters for the computed plan or policy for each solver if available Add getters for the computed plan or policy computed by each solver Apr 15, 2024
@fteicht fteicht self-requested a review April 27, 2024 06:41
@fteicht fteicht self-assigned this Apr 27, 2024
@fteicht fteicht added bug Something isn't working enhancement New feature or request labels Apr 27, 2024
@fteicht fteicht merged commit f4f4c1b into airbus:master Apr 27, 2024
42 checks passed
@nhuet nhuet deleted the plan branch May 2, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants