Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

A project on the Robust Shortest Path Problem for the course ECMA

Notifications You must be signed in to change notification settings

Yue0925/Robust_Shortest_Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust_Shortest_Path

A project on the Robust Shortest Path Problem for the course ECMA of MPRO 2021-2022, finished by Yue only.

Reminders

  • To compile file, using include(file) command.

Suggestions

  • Rather than charging libraries in every file, uisng libraries only once in terminal before executing files.
  • Move to the src directory :
using CPLEX 
using JuMP
using StatsBase
using Random
using PyPlot

include("io.jl")
include("run.jl")
test() 
benchmarks()
  • Package required :
import Pkg; Pkg.add("StatsBase")
import Pkg; Pkg.add("PyPlot")

About

A project on the Robust Shortest Path Problem for the course ECMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published