This package is a satellite of InferOpt.jl. It illustrates Machine Learning/Combinatorial Optimization hybrid algorithms from InferOpt.jl
applied to the Stochastic Vehicle Scheduling problem. It was used for one of the numerical experiments in this paper: https://arxiv.org/abs/2207.13513.
You can find the detailed documentation here.
If you have any feedback or question, feel free to create an issue or contact me.
using Pkg
Pkg.add(url="https://github.com/BatyLeo/StochasticVehicleScheduling.jl")