1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
// Logistics Engineering library
// Features Planned:
//   - dbscan clustering module for geographic coordinate clustering related
//     to supply chain engineering analysis and modeling.
//   - kmeans clustering module for geographic center-of-gravity modeling.
//   - routing solver for transporation optimization.
//   - scheduler genetic algorithm for driver schedule optimization.
//   - flow module for network optimization.
// 
// Related Projects:
//   - solverstack
//
// Authors:
//   - fingafrog