Skip to content

Commit

Permalink
<docs> Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuziChen committed Mar 16, 2023
1 parent a80e437 commit f5a9d4a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ This project provides an Adaptive Large Neighborhood Search framework for (singl
- [Table of Contents](#table-of-contents)
- [Background knowledge](#background-knowledge)
- [EVSP](#evsp)
- [Problem Description](#problem-description)
- [Notations](#notations)
- [ALNS](#alns)
- [Structure of the framework](#structure-of-the-framework)
- [Data structure](#data-structure)
- [`EVSPClass`](#evspclass)
- [`DutyClass`](#dutyclass)
- [`ScheduleClass`](#scheduleclass)
- [Algorithm components](#algorithm-components)
- [Examples](#examples)

Expand All @@ -23,13 +28,27 @@ This project provides an Adaptive Large Neighborhood Search framework for (singl

## EVSP

### Problem Description

### Notations

## ALNS

---

# Structure of the framework

## Data structure

### `EVSPClass`

### `DutyClass`

## `ScheduleClass`

## Algorithm components

---

# Examples

0 comments on commit f5a9d4a

Please sign in to comment.