Index of /trisold

      Name                    Last modified      Size  Description
Parent Directory - trisold.c 2019-08-15 15:06 8.8K trisold.1 2019-08-15 12:41 2.5K steps.h 2016-06-17 19:27 1.3K steps.c 2017-05-22 00:18 3.0K moves.h 2019-09-05 21:50 4.4K moves.c 2019-08-03 23:22 3.6K map.h 2019-08-15 12:41 4.0K map.c 2022-09-29 20:40 20K mandoc.css 2021-04-24 09:25 8.7K canvas.h 2019-08-15 15:06 1.3K canvas.c 2019-09-04 19:25 3.1K alloc.h 2016-11-29 22:17 1.4K alloc.c 2017-05-22 00:18 2.1K README.html 2022-09-29 22:14 5.1K README 2016-11-29 22:17 407 Makefile 2019-08-02 21:36 1.3K ChangeLog 2022-09-29 22:14 65K
TRISOLD(1)
TRISOLD(1) General Commands Manual TRISOLD(1)

trisoldmap analyser and (maybe in the future) bot for karopapier.de

trisold [-cdfnprs] mapfile ...

The trisold utility reads the given karopapier mapfiles and calculates all valid moves for each one. It can print some statistics about every map, calculate optimal routes from start to finish fields, list the costs for all start fields, and print an ASCII dump with an optimal route from start to finish.

The options are as follows:

Print all start fields together with their number of next fields with minimal distance to a finish field, and the distance itself.
For each valid move, write its number, start coordinates, delta values and the type of the last special field to stdout, followed by the move numbers of all previous moves and the costs to all reachable finish moves together with the bitmap of missing checkpoints. This output is followed by a list of finish move numbers.
Do not fork a separate child process for every single map. All maps will be calculated within a single process instead.
Print a list of all fields with their distance to the nearest finish (dnf) if that value is non-zero.
Disable checkpoints.
Draw the map with an optiomal route from start to finish.
Write statistical data.

Without any options, trisold behaves as both -r and -s have been given.

Karopapier - Autorennen wie in der Vorlesung, https://www.karopapier.de.

Matthias Kilian ⟨kili@outback.escape.de⟩

The trisold utility does not yet care about direction modes.

August 15, 2019 OpenBSD 7.2