Skip to content
Snippets Groups Projects
Commit 032dbe4f authored by Lucy Anne Patton's avatar Lucy Anne Patton :speech_balloon:
Browse files

Upload New File

parent 8901a5e6
Branches
No related tags found
No related merge requests found
from ChessBoard import ChessBoardRepresentation
from generateSteiner import generateSteinerTripleSystem
if __name__ == "__main__":
print("Hello! Please enter order of NS1D0 sequence (odd integer > 5): ")
n = int(input())
chess = ChessBoardRepresentation(n)
steiner = generateSteinerTripleSystem(chess.ns1d0)
print("Your STS of order " + str(n*3) + " is:\n" + str(steiner))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment