Timeline for answer to Efficient Search for specific Terms in symbolic Expression by TimRias
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 10, 2017 at 12:26 | history | bounty awarded | Mario Krenn | ||
| Nov 10, 2017 at 12:26 | vote | accept | Mario Krenn | ||
| Nov 10, 2017 at 12:26 | comment | added | Mario Krenn | Very nice solution, and indeed in my test more than 5 times faster. Thanks +50 | |
| Nov 9, 2017 at 10:09 | comment | added | TimRias | Yes, and I'm sure the pruning could be made more efficient. However, the step after the prune is the most time consuming. | |
| Nov 8, 2017 at 23:09 | comment | added | Carl Woll |
An operator version of prune would be prune[x_] = Select[Not@*FreeQ[x]].
|
|
| Nov 8, 2017 at 22:56 | history | answered | TimRias | CC BY-SA 3.0 |