Skip to content

vincentgierisch/DominosOptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Script for finding the cheapest configuration for a domino's pizza.

There is so much to talk about this script that i have written an entire article about it. Have a look at it and come back later.

Prerequisites

Following packages are required before running the script:

  • sqlite3
  • cmake

Installation

git clone [email protected]:Simple-codinger/DominosOptimizer.git
cd DominosOptimizer
git submodule init
mkdir build && cd build
cmake ..
cd ..
cmake --build build/
touch database.db
sqlite3 database.db < databaseSchema.sql

Run

To start the script, run the following command:

./bin/DominosOptimizer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published