summaryrefslogtreecommitdiff
path: root/solver.h
AgeCommit message (Collapse)Author
2012-12-13le_compte_est_bon: use const attribute with vectorsHEADmasterolivier gayot
We do not change the vectors at each reccursion, we create a new one instead, so we can set the source vectors to const.
2012-12-12le_compte_est_bon: implementation of the solverolivier gayot