Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-13 | le_compte_est_bon: use const attribute with vectorsHEADmaster | olivier 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-13 | le_compte_est_bon: make the solver work with any number of arguments | olivier gayot | |
2012-12-12 | le_compte_est_bon: fix - warning when compiling with -O3 | olivier gayot | |
The switch - case seems to need always a default case. Otherwise, it produces a warning when compiling with optimization. | |||
2012-12-12 | le_compte_est_bon: implementation of the solver | olivier gayot | |