Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.29 KB

MiniCP (Python) - Constraint Programming Solver

Table of Contents

About MiniCP

Code map

  • mini_cp Root directory for source code.

Quick Start

You may look at code examples. To run n_queens example from terminal, run python -m mini_cp.examples.n_queens

Other

  • Python 3.8 or above is required
  • To run tests, install pytest and run pytest in the terminal
  • Code is formatted using black