TimetableSolver.jl

Julia package to create a timetable schedule, using ConstraintSolver.jl and JuMP.
Author Sushant-Padha
Popularity
4 Stars
Updated Last
1 Year Ago
Started In
January 2022

TimetableSolver.jl

Stable Dev Build Status Code Style: Blue

Julia package to create a timetable schedule, using ConstraintSolver.jl and JuMP.

Installation

Run the Julia REPL and run

] add TimetableSolver

Usage

Use the package with:

using TimetableSolver

Now, everything defined in the package will available to use which can be used to model the data.

Read the docs.

Features

  • Comprehensive types to express data
  • Fast performance

Todo

  • Add docs
  • Add Github Actions
  • Optimize performance
  • Refactor code
  • Add function docstrings
  • Add tests
  • Add examples

Used By Packages

No packages found.