todo now correctly contains polycubes
This commit is contained in:
@@ -5,7 +5,7 @@ import JSON: json
|
|||||||
function main(maxsize::Int)
|
function main(maxsize::Int)
|
||||||
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])
|
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])
|
||||||
|
|
||||||
todo = Vector{Coord}(undef, 0)
|
todo = Vector{PolyCube}(undef, 0)
|
||||||
push!(todo, root_pcube)
|
push!(todo, root_pcube)
|
||||||
|
|
||||||
polycubes = Dict{Vector{Coord}, Vector{Coord}}()
|
polycubes = Dict{Vector{Coord}, Vector{Coord}}()
|
||||||
|
|||||||
Reference in New Issue
Block a user