Pre-built decision models serving as the base for Marketplace subscription apps. Each app is standalone and can be executed following the instructions in the README.
Before starting:
Visit the docs for more information.
cost-flow-ortools
: use Python and OR-Tools to solve a cost flow problem.demand-forecasting-ortools
: use Python and OR-Tools to solve demand forecasting problems.knapsack-ampl
: use Python and AMPL to solve a knapsack problem.knapsack-gosdk
: use the Nextmv Go SDK to solve a knapsack problem.knapsack-gurobi
: use Python and Gurobi to solve a knapsack problem.knapsack-highs
: use Python and HiGHS to solve a knapsack problem.knapsack-java-ortools
: use Java and OR-Tools to solve a knapsack problem.knapsack-ortools
: use Python and OR-Tools to solve a knapsack problem.knapsack-ortools-csv
: use Python and OR-Tools to solve a knapsack problem with CSV input/output.knapsack-pyomo
: use Python and Pyomo to solve a knapsack problem.nextroute
: use the Nextmv Go SDK to solve vehicle routing problems.order-fulfillment-gosdk
: use the Nextmv Go SDK to solve order fulfillment problems.routing-ortools
: use Python and OR-Tools to solve vehicle routing problems.routing-pyvroom
: use Python and Pyvroom to solve vehicle routing problems.routing-java-ortools
: use Java and OR-Tools to solve vehicle routing problems.shift-assignment-ortools
: use Python and OR-Tools to solve shift assignment problems.shift-assignment-pyomo
: use Python and Pyomo to solve shift assignment problems.shift-planning-ortools
: use Python and OR-Tools to solve shift planning problems.shift-planning-pyomo
: use Python and Pyomo to solve shift planning problems.shift-scheduling-gosdk
: use the Nextmv Go SDK to solve shift scheduling problems.xpress
: use FICO-Xpress to solve various optimization problems. Contains a knapsack problem as an example.