Project Title: Generate Concept Lattice from Access Matrix
This project is live on:
https://www.cse.iitb.ac.in/~parthiitb/swlab/
FILEINDEX:
-
index.php: It provides the UI to the project. It takes input of Access Matrix from a html table. This data is dumped into a file named "in.txt" on the server. It displays the output diagram.
-
in.txt: This will be generated by index.php to store the access matrix.
-
CreateLattice.py: It takes access matrix from "in.txt" as input. It will generate a dot file as output.
-
CreateLattice.dot: This file will be generated by CreateLattice.py. It contains code to generate lattice.
-
Lattice.png: This is the diagram generated from the CreateLattice.dot.
-
Lattice.pdf: It is portable version of the generated diagram.
-
makefile: It will be called by index.php. It contains command to run CreateLattice.py and generate CreateLattice.dot. Then it will generate Lattice.png & Lattice.pdf from CreateLattice.dot.
Requirements to use offline: Web Server and Python