Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-06 | Discrete : wip-worktree-statedescrete | Jérémy Zurcher | 1 | -0/+69 | |
2013-07-04 | Discrete : 01-knapsack: improve debug strings | Jérémy Zurcher | 1 | -4/+4 | |
2013-07-03 | Discrete : 01-knapsack: compute capacity loop lower_bound | Jérémy Zurcher | 1 | -2/+13 | |
- reduce by 50% the iteration count when items are sorted by value or weight - global 2% speed up only as loop does nothing realy | |||||
2013-07-03 | Discrete : 01-knapsack: add sort capability to ks_dp-ng.c | Jérémy Zurcher | 1 | -2/+101 | |
2013-07-03 | Discrete : 01-knapsack: start speed seach => ks_dp-ng.c | Jérémy Zurcher | 1 | -0/+224 | |