Skip to content

Using CSP and Integer Programming to Allocate Food Banks

Notifications You must be signed in to change notification settings

lucyzimmo/Food-Planning-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food-Planning-Model

main.py, baseline.py and proportional.py contain our CSP, random allocation, and proportional allocation code, which take in the data from the census (in data folder) and output to respective csv files.

running evaluation_main.py will display the results of our various models on our evaluation metrics.

adjacency.json and adjacency.py use the publicly available tract census data to determine which tracts in a certain county are neighbors. This was used for our CSP adjacency constraint.

About

Using CSP and Integer Programming to Allocate Food Banks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages