Show / Hide Table of Contents

    Creating advanced Models

    This chapter is about advanced (Mixed) Integer Problems. For each problem a mathematical problem formulation is given and afterwards implemented.
    Additionally an Implementation and Instantiation of the Business objects is provided.
    If you want to get all the models at once and their respective interfaces please download from github.

    Prerequisites

    Please look at Getting Started first for the most basic functions and the setup of OPTANO.Modeling

    Mixed Integer Linear Problems

    Exemplary implementations* of some of the most common Mixed Integer Problems:

    • The Traveling Salesman Problem

    • The Multi Vehicle Routing Problem /w Capacity Constraints

    • The Capacitated Lot-Sizing Problem

    • The Warehouse Location Problem

    • The Job Scheduling Problem

    • The Network Design Problem

    Integer Problems

    Exemplary implementations* of some of the most common Integer Problems:

    • The Knapsack Problem

    • The Set Covering / Packing / Partitioning

    • The N-Queens Problem

    • Solving Sudoku

    *Please note, that each implementation is highly reusable due to the usage of interfaces.

    Further Reading

    Learn about visualizing your data in this example.

    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice