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

SolverConfigOverride should support setting the time spend directly (similar to SolverConfig itself) #1254

Open
ge0ffrey opened this issue Dec 5, 2024 · 0 comments
Labels
process/needs triage Requires initial assessment of validity, priority etc.

Comments

@ge0ffrey
Copy link
Contributor

ge0ffrey commented Dec 5, 2024

Before

solverFactory.buildSolver(new SolverConfigOverride<VehicleRoutePlan>()
                .withTerminationConfig(new TerminationConfig().withSpentLimit(...));

After

solverFactory.buildSolver(new SolverConfigOverride<VehicleRoutePlan>()
                .withTerminationSpentLimit(...)));

Same for unimproved time

@ge0ffrey ge0ffrey added the process/needs triage Requires initial assessment of validity, priority etc. label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process/needs triage Requires initial assessment of validity, priority etc.
Projects
None yet
Development

No branches or pull requests

1 participant