Skip to content

The VLSI problem requires to fit all the rectangles in the grid without overlapping one on an another, by minimizing the height of the grid.

Notifications You must be signed in to change notification settings

primianocristino/CDMO-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

CDMO-2021

This project tries to resolve 40 different exercises concerning Constraint Programming in Minizinc and Python (with z3 libraries) in at most 5 minutes.

All the Minizinc examples need to be converted in *.dzn format:

cd MinizincConstrainProgramming/src/exercices/
python convert.py

To run the the examples, it's needed to open the proper IDE and select files from the MinizincConstrainProgramming/src/sortedExercices directory.


Instead for python it's needed to install all the proper requirements first:
pip install -r requirements.txt

How to run the code:

python src/smt.py <1..40>

About

The VLSI problem requires to fit all the rectangles in the grid without overlapping one on an another, by minimizing the height of the grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages