Skip to content

AntonEvmenenko/2d_geometric_constraint_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Geometric Constraint Solver

This project is an attempt to utilize mathematical optimization algorithms, specifically SLSQP, to deal with geometric constraint solving problem.

Currently, the project is not stable and mature enough to be considered seriously, but you can still experiment with it.

How to run

pip install -r requirements.txt
python src/main.py