IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes
puzzle.builder.adjacent Namespace Reference

This type of puzzle is simply a set of shapes arranged at specific locations with adjacency permitted. Touching or very close proximity should hold for most or all pieces. More...

Classes

class  Adjacent
 Puzzle whose pieces will be touching as part of the solution. More...
 
class  CfgAdjacent
 Configuration setting specifier for Arrangement. More...
 

Detailed Description

This type of puzzle is simply a set of shapes arranged at specific locations with adjacency permitted. Touching or very close proximity should hold for most or all pieces.

Author
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Yunzhi Lin, yunzh.nosp@m.i.li.nosp@m.n@gat.nosp@m.ech..nosp@m.edu
Date
2021/08/05 [modified]
2021/08/04 [created]