Publications

19 Results
Skip to search filters

Contingency Contractor Optimization Phase 3 Sustainment Verification and Validation V&V) Report - Contingency Contractor Optimization Engineering - Prototype

Bandlow, Alisa B.; Durfee, Justin D.; Frazier, Christopher R.; Jones, Katherine A.; Gearhart, Jared L.; Adair, Kristin L.; Turgeon, Jennifer T.

The reports and test plans contained within this document serve as supporting materials to the activities listed within the “Contingency Contractor Optimization Tool – Prototype (CCOT-P) Verification & Validation Plan” [1]. The activities included test development, testing, peer reviews, and expert reviews. The engineering prototype reviews were done for both the software and the mathematical model used in CCOT-P. Section 2 includes the peer and expert review reports, which summarize the findings from each of the reviews and document the resolution of any issues. Section 3 details the test plans that were followed for functional testing of the application through the interface. Section 4 describes the unit tests that were run on the code.

More Details

Contingency Contractor Optimization Phase 3 Extension Quick Start Guide Contingency Contractor Optimization Tool - Engineering Prototype - Release 2.3

Bandlow, Alisa B.; Bandlow, Alisa B.; Adair, Kristin L.; Adair, Kristin L.; Durfee, Justin D.; Durfee, Justin D.; Frazier, Christopher R.; Frazier, Christopher R.; Gearhart, Jared L.; Gearhart, Jared L.; Nozick, Linda K.; Nozick, Linda K.

This Quick Start Guide is an abbreviated version of the Contingency Contractor Optimization Phase 3, User Manual for the Contingency Contractor Optimization Tool engineering prototype. It focuses on providing quick access instructions to the core activities of the two main user roles: Planning Manager and Analyst. Based on an electronic storyboard prototype developed in Phase 2, the Contingency Contractor Optimization Tool engineering prototype was refined in Phase 3 of the OSD ATL Contingency Contractor Optimization to support strategic planning for contingency contractors. The tool uses a model to optimize the total workforce mix by minimizing the combined total costs for the selected mission scenarios. The model will optimize the match of personnel types (military, DoD civilian, and contractors) and capabilities to meet the mission requirements as effectively as possible, based on risk, cost, and other requirements.

More Details

Contingency Contractor Optimization Phase 3 Extension User Manual Contingency Contractor Optimization Tool - Engineering Prototype - Release 2.3

Bandlow, Alisa B.; Bandlow, Alisa B.; Adair, Kristin L.; Adair, Kristin L.; Durfee, Justin D.; Durfee, Justin D.; Frazier, Christopher R.; Frazier, Christopher R.; Gearhart, Jared L.; Gearhart, Jared L.; Nozick, Linda K.; Nozick, Linda K.

This User Manual provides step-by-step instructions on the Contingency Contractor Optimization Tool's major features. Activities are organized by user role. The Contingency Contractor Optimization project is intended to address former Secretary Gates' mandate in a January 2011 memo [1] and DoDI 3020.41 [2] by delivering a centralized strategic planning tool that allows senior decision makers to quickly and accurately assess the impacts, risks, and mitigation strategies associated with utilizing contract support. Based on an electronic storyboard prototype developed in Phase 2, the Contingency Contractor Optimization Tool engineering prototype was refined in Phase 3 of the OSD ATL Contingency Contractor Optimization project to support strategic planning for contingency contractors. The planning tool uses a model to optimize the Total Force mix by minimizing the combined total costs for the selected mission scenarios. The model will optimize the match of personnel groups (military, DoD civilian, and contractors) and capabilities to meet the mission requirements as effectively as possible, based on risk, cost, and other requirements.

More Details

Contingency Contractor Optimization Phase 3 User Manual - Contingency Contractor Optimization Tool Prototype - Release 2.2

Bandlow, Alisa B.; Adair, Kristin L.; Durfee, Justin D.; Frazier, Christopher R.; Gearhart, Jared L.; Nozick, Linda K.

This User Manual provides step-by-step instructions on the Contingency Contractor Optimization Tool's major features. Activities are organized by user role. The Contingency Contractor Optimization project is intended to address former Secretary Gates' mandate in a January 2011 memo [1] and DoDI 3020.41 [2] by delivering a centralized strategic planning tool that allows senior decision makers to quickly and accurately assess the impacts, risks, and mitigation strategies associated with utilizing contract support. Based on an electronic storyboard prototype developed in Phase 2, the Contingency Contractor Optimization Tool engineering prototype was refined in Phase 3 of the OSD ATL Contingency Contractor Optimization project to support strategic planning for contingency contractors. The planning tool uses a model to optimize the Total Force mix by minimizing the combined total costs for the selected mission scenarios. The model will optimize the match of personnel groups (military, DoD civilian, and contractors) and capabilities to meet the mission requirements as effectively as possible, based on risk, cost, and other requirements.

More Details

Contingency Contractor Optimization Phase 3 Quick Start Guide Contingency Contractor Optimization Tool Prototype - Release 2.2

Bandlow, Alisa B.; Adair, Kristin L.; Durfee, Justin D.; Frazier, Christopher R.; Gearhart, Jared L.; Nozick, Linda K.

This Quick Start Guide is an abbreviated version of the Contingency Contractor Optimization Phase 3, User Manual for the Contingency Contractor Optimization Tool engineering prototype. It focuses on providing quick access instructions to the core activities of the two main user roles: Planning Manager and Analyst. Based on an electronic storyboard prototype developed in Phase 2, the Contingency Contractor Optimization Tool engineering prototype was refined in Phase 3 of the OSD ATL Contingency Contractor Optimization to support strategic planning for contingency contractors. The tool uses a model to optimize the total workforce mix by minimizing the combined total costs for the selected mission scenarios. The model will optimize the match of personnel types (military, DoD civilian, and contractors) and capabilities to meet the mission requirements as effectively as possible, based on risk, cost, and other requirements.

More Details

Contingency contractor optimization

Gearhart, Jared L.; Adair, Kristin L.; Jones, Katherine A.; Bandlow, Alisa B.; Detry, Richard J.; Durfee, Justin D.; Jones, Dean A.; Martin, Nathaniel M.; Nanco, Alan N.

The goal of Phase 3 the OSD ATL Contingency Contractor Optimization (CCO) project is to create an engineering prototype of a tool for the contingency contractor element of total force planning during the Support for Strategic Analysis (SSA). An optimization model was developed to determine the optimal mix of military, Department of Defense (DoD) civilians, and contractors that accomplishes a set of user defined mission requirements at the lowest possible cost while honoring resource limitations and manpower use rules. An additional feature allows the model to understand the variability of the Total Force Mix when there is uncertainty in mission requirements.

More Details

Comparison of open-source linear programming solvers

Gearhart, Jared L.; Adair, Kristin L.; Detry, Richard J.; Durfee, Justin D.; Jones, Katherine A.; Martin, Nathaniel M.

When developing linear programming models, issues such as budget limitations, customer requirements, or licensing may preclude the use of commercial linear programming solvers. In such cases, one option is to use an open-source linear programming solver. A survey of linear programming tools was conducted to identify potential open-source solvers. From this survey, four open-source solvers were tested using a collection of linear programming test problems and the results were compared to IBM ILOG CPLEX Optimizer (CPLEX) [1], an industry standard. The solvers considered were: COIN-OR Linear Programming (CLP) [2], [3], GNU Linear Programming Kit (GLPK) [4], lp_solve [5] and Modular In-core Nonlinear Optimization System (MINOS) [6]. As no open-source solver outperforms CPLEX, this study demonstrates the power of commercial linear programming software. CLP was found to be the top performing open-source solver considered in terms of capability and speed. GLPK also performed well but cannot match the speed of CLP or CPLEX. lp_solve and MINOS were considerably slower and encountered issues when solving several test problems.

More Details

Contingency contractor optimization

Gearhart, Jared L.; Adair, Kristin L.; Jones, Katherine A.; Bandlow, Alisa B.; Detry, Richard J.; Durfee, Justin D.; Jones, Dean A.; Martin, Nathaniel M.; Nanco, Alan N.

The goal of Phase 3 the OSD ATL Contingency Contractor Optimization (CCO) project is to create an engineering prototype of a tool for the contingency contractor element of total force planning during the Support for Strategic Analysis (SSA). An optimization model was developed to determine the optimal mix of military, Department of Defense (DoD) civilians, and contractors that accomplishes a set of user defined mission requirements at the lowest possible cost while honoring resource limitations and manpower use rules. An additional feature allows the model to understand the variability of the Total Force Mix when there is uncertainty in mission requirements.

More Details
19 Results
19 Results