Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Business

Engineering and Technology Management Student Projects

Series

2017

Operations research

Articles 1 - 2 of 2

Full-Text Articles in Entire DC Network

Data Envelopment Analysis Using Glpkapi In R, Konrad Miziolek, Jordan Beary, Shreyas Vasanth, Surekha Chanamolu, Rudraxi Mitra Oct 2017

Data Envelopment Analysis Using Glpkapi In R, Konrad Miziolek, Jordan Beary, Shreyas Vasanth, Surekha Chanamolu, Rudraxi Mitra

Engineering and Technology Management Student Projects

The work done here is primarily a wrapper function written to separate some of the more difficult-to-use glpkAPI functionality from the end-user. The user, when prompted, selects the appropriate configuration of the .mod file to the task (for example, output-oriented CRS), and the data file, as a .dat. The function then loads the required glpkAPI library, and carries forward the model. It allocates the problem and workspace, reads the model file and data file the user selects, builds the problem, and solves it. The function returns primal values, and, if dual = TRUE is selected, also returns dual weights.


Organics To You - Optimization Of Produce Bins, Rassaniya Lerdphayakkarat, Chuan Chieh Lu, Jon Roschke, Juliana Suzuki, Jessie Truong Oct 2017

Organics To You - Optimization Of Produce Bins, Rassaniya Lerdphayakkarat, Chuan Chieh Lu, Jon Roschke, Juliana Suzuki, Jessie Truong

Engineering and Technology Management Student Projects

Organics to You (www.organicstoyou.org ) is a produce delivery company that focuses on bringing organic local food from local farms straight to the homes, schools, and businesses of its clients. Each week a "Small Bin" is created using different varieties of local produce from various farms. Customers receive a bin that contains 12-14 varieties of produce with 2-6 "servings" of each variety (e.g., 1 melon, 4 apples, 1 head of lettuce, 2 lbs potatoes, etc).

Our objective is to optimize the contents of the “Small Bin”. The decision we want to make is how much of each variety do …