Algorithm to Solve Most of a Problem

Posted by Mike G on Programmers See other posts from Programmers or by Mike G
Published on 2013-10-20T22:37:27Z Indexed on 2013/10/21 4:09 UTC
Read the original article Hit count: 301

I need an Algorithm/Design Pattern that allows me to try to get the maximum number of rules followed. So I have a couple teams and I need to pair them with a referee and against each other into a round robin. There a rules on who can compete with who and who can judge who so I need to find the configuration that satisfies the most of these. Some rules are more important than others and are "worth more" when evaluating "what satisfies the most of them"

There probably isn't a algorithm for this, but is there a design pattern that could help me maximize my chances of finding this configuration?

© Programmers or respective owner

Related posts about java

Related posts about design