# SRC - [import_scenario](import_scenario.md): Read a .json file that contains the configurations - [schedule](schedule.md): Determine an optimal charging/discharging schedule for each charger - [load_flattening](load_flattening.md): Solve the load flattening V2G problem - [user_friendly](user_friendly.md): Solve the user-friendly V2G problem - [schedule_rh](schedule_rh.md): Schedule in a receding horizon manner - [simulate](simulate.md): Simulate a scenario with various methods - [simulate_mc](simulate_mc.md): Perform Monte-Carlo simulation with various methods ```{toctree} :maxdepth: 2 :hidden: schedule load_flattening user_friendly schedule_rh simulate simulate_mc import_scenario ```