Commit Graph

18 Commits

Author SHA1 Message Date
c1d0085217 binary tree compare: multiple solutions solver 2021-01-26 11:52:06 +01:00
2e83f4b833 changed gen_reduced_trees() to match gen_tree() args 2021-01-25 20:41:26 +01:00
b41bf41f56 Fix again prefix/postfix (both were wrong order) 2021-01-25 18:31:01 +01:00
62fbc3fce9 fix infix display (again) 2021-01-25 17:42:45 +01:00
5bd19cbe22 fix Sub/Div swap / fix wrong order for prefix/lisp display 2021-01-25 17:36:40 +01:00
add6d02749 clearer trees presentation 2021-01-25 15:58:32 +01:00
de61509359 added trees serialization examples 2021-01-25 15:40:12 +01:00
d72eb84347 fix display, add trees optimisation text. 2021-01-25 15:13:22 +01:00
cfde68dd96 Added options (display, tree type...) 2021-01-25 14:59:32 +01:00
804aa7d6b5 debug flags, all warnings enabled 2021-01-25 13:30:24 +01:00
507988a93b simplify # trees: Catalan trees -> Wedderburn–Etherington trees 2021-01-25 10:12:45 +01:00
684c33f156 Bug in division eval 2021-01-23 21:44:44 +01:00
e1c734cb63 Added timer for bests solutions 2021-01-23 19:20:21 +01:00
1b43433420 Remove useless debug information 2021-01-23 15:48:04 +01:00
5025303e18 SIGINT handler, for partial result. 2021-01-23 15:26:00 +01:00
0931d679fa working version: displays only bests results so far. 2021-01-23 14:33:55 +01:00
9f14b5e076 started migration stack->tree 2021-01-21 19:09:41 +01:00
0b6c839b4d initial version 2021-01-20 16:22:59 +01:00