nieltg / tripeaks-solver

A tool for analyzing and solving a Tri-Peaks game.
1 stars 1 forks source link
algorithm game solver

tripeaks-solver

A tool for analyzing and solving Tri-Peaks game using branch-and-bound algorithm.

Getting Started

Prerequisites

Ensure that you have installed all the required build tools. This project has been developed with these tools. Lower version may work, but not guaranteed.

Compilation

Type this command on the root of project directory. Program will be compiled to bin/main.

$ make

Running

To test the program, type this command after compilation process.

$ bin/main < case/real-2.txt

Development

Structure

These are some information about internal structure that may help you to understand this project.

Bugs

Well, this is not perfect yet. There are bugs and some works to do. Pull requests are greatly appreciated. :laughing: