Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 564 Bytes

engines.rst

File metadata and controls

15 lines (12 loc) · 564 Bytes

Planning Engines

The Engine class is the class interface that has to be implemented in order to define an engine that exposes one or more operative modes. It has some methods that implements that operation modes and other methods that can be called to know if the engine is suitable for a given problem kind.

.. toctree::
   :maxdepth: 2
   :glob:
   :hidden:
   :caption: Getting Started

   engines/01_available_engines.rst
   engines/02_engine_selection.rst
   notebooks/tutorial/planner-integration.ipynb
   engines/04_testing_engine.rst