2014-03-10 |
Simon Tatham | Compare against n_max_frags with <=, not <. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Simon Tatham | Fix occasional 'min fragment 1.11022e-16' glitch. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | fix output reporting again |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | make -b<startbest> more effective by moving initialisat... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | multicore worker only print read matrix input every... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | actually parse -b option |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | report something to stdout even if no answer |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | report some more stuff in stderr output |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | split up stdout heading output line printing (no functi... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | report best_adjmatrix in that form |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | option for starting best value |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | document -j option in head comment |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | fudge the {n,m}_max_frags to deal with rounding errors... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | use "git describe" not "git-describe" |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | move minham check earlier; this avoids some printing etc |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | minimum output match hamming weight; enforce argument... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | .gitignore: profiling output files |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | commentary: document new criterion introduced in ea5f35... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | commentary: clarify and fix input vs output confusion |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | add one missing call to FOR_BITS (no functional change) |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | {n,m}_max_frags: fix fencepost efficiency problem |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | rename {n,m}_over_best to {n,m}_max_frags to reflect... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | introduce m_over_best and use it instead of computing... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | move had_max and totalfrags update later in loop body... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | provide and use FOR_BITS |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | provide CMDLINE_CFLAGS feature |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | remove some debugging newlines (mistakenly included... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | multicore: in master, when collecting results, pay... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | only report "reporting" if we actually have something |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | show git version in output |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | pass weight array to workers (fix semantic conflict... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Ian Jackson | move -lm to LDLIBS where it ought to be |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | apply floor to n_over_best |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | add <math.h> and -lm (no functional change) |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | Merge remote-tracking branch 'sgt/master' |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | break out set_best |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | in multicore, generator periodically checks for new... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | in mc_iterate_worker, use maxhamweight_ok and preconsid... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | break out maxhamweight_ok (no functional change) |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | predeclare preconsider_ok and multicore_check_for_new_b... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | tiresome portability fix for pread on squeeze |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | multicore support seems to work |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | .gitignore: core, t.* |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | introduce progress_eol and make stderr line buffered |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | in preconsider_ok, check for frags >= maxhamweight... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | break out preconsider_ok |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | PRINTF is less bodgy now |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | Add -std=gnu99 to Makefile |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | break out report() |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ian Jackson | wip multicore: add argument parsing; currently -j optio... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Simon Tatham | Check max Hamming weight in the other direction. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Simon Tatham | Prune by symmetry: constrain 1st adj row to all 1s... v1 |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Simon Tatham | Separate stdout from stderr. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Simon Tatham | Output the actual dissection, as a matrix. |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | commentary |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | assert our arguments |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | do not leak prob when retrying |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | search in order by max hamming weight |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | Revert "loop in reverse order - this is a better search... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | loop in reverse order - this is a better search path |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | Revert "mix up the order" and "mix up the order" |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | mix up the order, print better |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | mix up the order |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | error fixes; tried interior but doesn't work (EINSTAB... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | print best solution |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | improve maxminsize thing |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | fix printing more |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | less printing, optimise |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | output improvements |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip lp seems to work so far... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip lp, results, compiles |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip lp, problem setup compiles |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip lp |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip lp notes before condense |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip, builds, before glpk |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ian Jackson | wip |
commit | commitdiff | tree | snapshot |
|