Skip to content

270ajay/mini-cp-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python translation of mini-cp in Java (https://github.com/minicp/minicp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages