-
Notifications
You must be signed in to change notification settings - Fork 0
rushang7/Lattice-Generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CS699: Software Lab Project Generate Concept Lattice from Access Matrix This project is live on: https://www.cse.iitb.ac.in/~rushang/swlab/ Team Members: Rushang Dhanesha - 163050024 Parth Lathiya - 163050095 Files: - 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.
About
Generate Concept Lattice from Access Matrix
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published