Skip to content

rushang7/Lattice-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

No packages published