Talk:24 game/Solve: Difference between revisions

Content added Content deleted
Line 13: Line 13:
::: Sorry I meant: "Unfortunately declarative logic is only supported by external libraries in Python ''and I don't know them well enough''". --[[User:Paddy3118|Paddy3118]] 22:52, 2 November 2009 (UTC)
::: Sorry I meant: "Unfortunately declarative logic is only supported by external libraries in Python ''and I don't know them well enough''". --[[User:Paddy3118|Paddy3118]] 22:52, 2 November 2009 (UTC)
:::: Hehe. I didn't mean anything personal by it; I've just got a bit of an undersatisfied fascination with declarative logic. No worries. :) --[[User:Short Circuit|Michael Mol]] 01:31, 3 November 2009 (UTC)
:::: Hehe. I didn't mean anything personal by it; I've just got a bit of an undersatisfied fascination with declarative logic. No worries. :) --[[User:Short Circuit|Michael Mol]] 01:31, 3 November 2009 (UTC)


I asked on [http://www.reddit.com/r/math/comments/a0fmi/can_all_twoormore_sets_of_bracket_solutions_to/ math reddit] and found that their are indeed digits such as 1127 that need two sets of brackets for their solution: <code>( 1 + 2 ) * ( 1 + 7 )</code>, so I updated the Python solution to handle this case. --[[User:Paddy3118|Paddy3118]] 05:25, 4 November 2009 (UTC)


== Should we enumerate all solutions? ==
== Should we enumerate all solutions? ==