All:
Keep in mind this is purely for fun...

One of the most difficult things to do well is correctly prioritizing your responsibilities. I find that with more than a handful of items - using high, medium, and low is just not sufficient. I have also used a numerical scheme ( 1..10 ) but then you run into should this be a 6 or a 7?

What usually is pretty easy is to say that one item is more important than another or that foo depends on bar so bar must come first. Provided enough conditions, the list can only meet all of them in one order. I have seen many puzzles that employ this technique. The problem is what happens if there are contradictory conditions or not enough information that several items are ambigous WRT priority?

My challenge is to develop some code that will order the list given the constriction conditions and identify ambigous items and contradictions with the ability to add/modify/delete conditions until the list can only be in 1 order. I do not care about the interface, or if it has one, though it does scream GUI of some sort. Finally, the less complicated the conditions the better. If it is possible to just relate two items on the list with a higher/lower scheme that would be ideal.

Cheers - L~R

In reply to Priority Sorting Challenge by Limbic~Region

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.