Home > rail2tptp

rail2tptp

Rail2tptp is a project mainly written in Python, it's free.

Rail station to TPTP convertor (a4m33au)

A4M33AU: Rail station conversion to TPTP

This project is part of the A4M33AU course on Faculty of Electrical Engineering, the submission is [here][submission] (czech).

Station format (rail)

The station is represented by directed graph where each node has specific format:

  • Simple connection: node - in1 out1
  • Connection with signpost: node | in1 out1
  • Link with signpost: node > in1 in2 out1
  • Coupler: node < in1 out1 out2
  • Input node: node I out1
  • Output node: node O in1

Example railway station:

I ----- > --- | --- < ----->
       /             \
      /               \
I ----                 ---->

Example in rail format:

a1 I 1
a2 I 2
b  > 1 2 3
c  | 3 4
d  < 4 5 6
e1 O 5
e2 O 6
Previous:Personal