Skip to content

Introduction

Welcome to Staff Scheduling documentation

Project Overview

.github/                    # GitHub Actions workflows for CI/CD
cases/                      # Example scenarios for testing
database/                   # Database related files
docs/                       # Documentation files
src/                        # Source code for the project
    cli/                    # Command line interface code
    cp/                     # Constraint programming code
    loader/                 # Data loading and processing code
    main.py                 # Main entry point for the application

Usage

Get started by following the Getting Started Guide.