9 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Create EKG Schedule
 | 
						|
 | 
						|
based on https://python.plainenglish.io/solving-the-resource-constrained-project-scheduling-problem-rcpsp-with-python-and-pyomo-001cffd5344a
 | 
						|
 | 
						|
$ python -m venv ekg
 | 
						|
$ source ekg/bin/activate
 | 
						|
$ pip install -r requirements.txt
 | 
						|
 |