Struct alcibiades::stock::DummyTimeManager [] [src]

pub struct DummyTimeManager;

Implements a time manager that never terminates the search.

This is useful when the search executor implements its own time management logic.

Trait Implementations

impl<S> TimeManager<S> for DummyTimeManager where S: SearchExecutor<ReportData=Vec<Variation>>
[src]

Creates a new instance. Read more

Registers a new search progress report with the time manager.

Returns false.

impl SetOption for DummyTimeManager
[src]

Returns a list of supported configuration options (name and description). Read more

Sets a new value for a given configuration option. Read more