Re: [Jprogramming] How to improve speed searching for substrings using "E."?

2019-07-05 Thread Louis de Forcrand
Hi again, I’m back with a speedier solution. comaxs is a conjunction, and if P is a boolean-valued dyadic verb and L any monadic verb on the items of the array A, P comaxs L A does the following: P and L are supposed to represent orderings on the elements of y. P represents a partial order, suc

Re: [Jprogramming] error with Graphviz on j807/j64/darwin

2019-07-05 Thread Ulrich Vollert
Dear David Mitchell, I upgraded graphviz and started graphview. In the graphview, File -> Open opens the Finder (similar to the Windows Explorer) at the folder ‚graphs' (at /usr/local/Cellar/graphviz/2.40.1_1/share/graphviz/graphs), so I can choose to select the „direct“ or the „undirected“ ex

Re: [Jprogramming] error with Graphviz on j807/j64/darwin

2019-07-05 Thread David Mitchell
Dear Ulrich, Thanks for your help debugging this. It would not have been possible to fix the issue otherwise. I made one last change to select the Darwin sample graphs from the File->Open Menu. Please let me know if this works correctly. All the best, Mitch On 7/4/2019 14:02, Ulrich Volle