drocta / CGT

Combinatorial Game Theory stuff.
2 stars 1 forks source link

Make multiplication of ga object integers efficient. #5

Open drocta opened 9 years ago

drocta commented 9 years ago

Make the multiplication of ga object integers efficient by having multplication check if the games are both ga integers, and if so, use standard python multiplication.