Skip to content

Python and Julia Code for the NTU module MH3701 Basic Optimization, and other optimization tasks beyond.

Notifications You must be signed in to change notification settings

mrdarylguy/Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimization

  • Python and Julia Code for the NTU module MH3701 Basic Optimization, and other optimization models.

These optimization tasks are centered around finding the best possible outcome.

They use JuMP, Julia's optimization library, and Google OR-tools, Google's open source optimization library

The following depencies are required to be installed from the Julia REPL


Using Pkg
Pkg.add("JuMP")
Pkg.add("Cbc")
Pkg.add("Plots")

The following depencies are required to be installed from the command line


pip3 install google or-tools

About

Python and Julia Code for the NTU module MH3701 Basic Optimization, and other optimization tasks beyond.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published