/* Runtime descriptors for domain models.
Descriptors provide runtime metadata about the structure of planning
solutions, entities, and variables. They are typically generated by
the derive macros.
*/
pub use EntityDescriptor;
pub use ProblemFactDescriptor;
pub use SolutionDescriptor;
pub use ;