summaryrefslogtreecommitdiff
path: root/solver.c
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-13le_compte_est_bon: make the solver work with any number of argumentsolivier gayot
2012-12-12le_compte_est_bon: fix - warning when compiling with -O3olivier gayot
The switch - case seems to need always a default case. Otherwise, it produces a warning when compiling with optimization.
2012-12-12le_compte_est_bon: implementation of the solverolivier gayot