Skip to content

Commit

Permalink
Update test/examples/packing.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 2, 2024
1 parent f869e0a commit d571efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/examples/packing.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2022 MiniZinc.jl contributors
#
# Use of this source code is governed by an MIT-style license that can be found
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.

# Inspired from the square packing tutorial in https://www.minizinc.org/
function test_packing()
# Number of squares
Expand Down

0 comments on commit d571efa

Please sign in to comment.