Howdy. I'm currently learning Manhattan's technique for solving binary group games. My question is: is the expectation that one should internally express the conditional rules, and then from there create the Chain, or take the time to write out the conditional statements and THEN create the logic chain?
It seems writing them out is more accurate but more time-consuming, whereas internalizing the conditionals is quicker, but could be more costly for accuracy. Thoughts?
Writing conditional statements + CP's using Logic Chain? Forum
- OnionKnight
- Posts: 15
- Joined: Sun Aug 26, 2012 4:13 pm
- CardozoLaw09
- Posts: 2232
- Joined: Sat Aug 28, 2010 1:58 pm
Re: Writing conditional statements + CP's using Logic Chain?
I've been doing it internally and just mentally going over the conditional as I'm writing the arrows.
- OnionKnight
- Posts: 15
- Joined: Sun Aug 26, 2012 4:13 pm
Re: Writing conditional statements + CP's using Logic Chain?
I'm doing the same. Feels more organic, and saves me time. I must confess, I'm having a much easier time with these types of games using Manhattan's technique as opposed to PowerScore's, which felt more open-ended and incomplete.