Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Code for Constraint Satisfaction Problems

by BrowserUk (Patriarch)
on Jan 17, 2010 at 17:16 UTC ( [id://817880]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Code for Constraint Satisfaction Problems
in thread Code for Constraint Satisfaction Problems

Grrr. You're right! There is a big difference between:

my $n = unpack '%32b*', ( $set[ $x ] ^ $set[ $y ] );

and

my $n = unpack '%32b*', pack 'N`', ( $set[ $x ] ^ $set[ $y ] ) +;

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://817880]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 22:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found