0

I'm looking for efficient solution/algorithm for tiling : the layout of the decking tiles.

We want to build system that will calculate the mutual placement of columns and beams (beams, joist) with support of irregular shape.

Thank you in advance for any help.

1
  • greedy algorithms will bring some solutions, but as it is NP-hard problem i suggest using evolutions algorithms Commented Oct 12, 2010 at 9:43

1 Answer 1

0

Old question, but maybe someone can use the answer....

This problem is similar to the integrated circuit layout problem when designing computer chips. As you can imagine, this is a rich source of methods. Try looking at:

You can also view this as a global optimization problem. For an overview look at:
http://en.wikipedia.org/wiki/Global_optimization#Approaches

Sign up to request clarification or add additional context in comments.

1 Comment

without actual example of use are these links useless. the knowledge of these methods alone does not lead to solution.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.