You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(#58) Allow calling_positions = "<string>" to set the calling positions of a call to the
characters in <string> (previously calling_positions had to be an array).
(#56) Allow to-complib.py to handle multiple-letter method shorthands.
(#55) Print warning for using plain-bob style calls in Grandsire or Stedman (Grandsire and Stedman
are still pretty buggy anyway, though).
(#54) Don't bother freeing memory allocated during the search algorithm. This makes Monument
terminate instantly, often shaving 10s of seconds from the search time.
(#53) Add limit on graph size. Set with --graph-size-limit, defaults to 100K chunks.
Internal Improvements
Monument
(#58) Allow multiple test cases to be stored in one file
(#57) Fix mistake in guide.md which turned a large part of the guide into a giant code block.