Skip to content

MRCPSP: This is an implementation of multi-mode resource constrained project scheduling problem (MRCPSP) in MATLAB.

License

Notifications You must be signed in to change notification settings

sunwjhere/MRCPSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== ReadMe
-2019/05/06

1. The function of "optimizationMRCPSP" in the Library.m requires the toolbox of "yalmip".
	Install "yalmip" at https://yalmip.github.io/
	YALMIP is free of charge. 
	Set up the path to yalmip in MATLAB.
	
2. The optimization solver in the current form of the function of "optimizationMRCPSP" is "Gurobi", but you may choose other solvers if there are avaiable on your computer. 
	Install "Gurobi" at http://www.gurobi.com/
	(1) Gurobi provides free academic liscence for one-year. 
	    Read more at http://www.gurobi.com/registration/academic-license-reg
	(2) After installing Gurobi, please set up the Gurobi MATLAB interface. 
	    Read manual at https://www.gurobi.com/documentation/8.1/quickstart_mac/matlab_setting_up_gurobi_f.html

About

MRCPSP: This is an implementation of multi-mode resource constrained project scheduling problem (MRCPSP) in MATLAB.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages