blackopsrepl's picture
Upload 30 files
195a426 verified
raw
history blame contribute delete
311 Bytes
//! Employee Scheduling Quickstart for SolverForge
//!
//! This library provides the domain model, typed constraints, and solver for
//! employee scheduling optimization.
//!
//! Uses zero-erasure typed constraints via `TypedScoreDirector`.
pub mod api;
pub mod constraints;
pub mod demo_data;
pub mod domain;