GithubHelp home page GithubHelp logo

bobsuperstore's Introduction

Bob Super Stores

Bob is our plushy little teddy colleague at OPTANO. When Bob is around, there's always fun to be had. He enjoys following trends, he is up for any challenge and just loves doing crazy things. His professional interests are mainly software development and solving operations research problems. Combining both gets him really excited. How can he solve a problem by writing a software solution? For his Super Stores he wants to know how he can reduce transportation costs when shipping teddy bears from different warehouses to the stores. Run this sample to find out.

Want to get to know Bob better? Follow #BobAtOPTANO on LinkedIn to dive into Bob's World.

Running the Application

The application is a simple C# console application. Checkout or download the repository and either run it from an IDE or terminal (requires an installed .NET 6 SDK).

dotnet run --project BobSuperStores/BobSuperStores.csproj -- -s CsvData

Options

  • -s|--SourceFileDirectory <Directory>

    Specifies the directory where the data files should be read from.

Import Format

Of course you can use any other path containing csv data for the import. The expected input of the folder are the following two files with an input like given in the examples.

  • SuperStore.csv

    Name;Longitude;Latitude
    Paderborn;8.698393;51.727691
    Frankfurt;8.682127;50.110924
    
  • Warehouse.csv

    Name;Longitude;Latitude;OpeningCosts
    F120;5.047412109;51.10351093;1500000
    F119;0.630908203;47.42064245;1500000
    

Running the Tests

This application uses NUnit as its unit-testing framework. You can run the tests directly from your IDE or terminal.

dotnet test BobSuperStores.Tests/BobSuperStores.Tests.csproj

See Also

OPTANO Modeling is the smart module of your software. It is the .NET API which enables mathematical programming in your software.

-- https://optano.com/en/products/optano-modeling/

OPTANO Modeling is used to create a type-safe optimization model and pass it to a solver.

OPTANO Modeling is available free-of-charge. Get more information at https://optano.com/en/products/optano-modeling.

bobsuperstore's People

Contributors

stephanie-heller avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.