Skip to content

thegalactic/java-lattices-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-lattices-bin

Issues Snapshot License

This package contains command line applications using the java-lattices library.

Installation

$ git clone https://github.com/thegalactic/java-lattices-bin.git
$ cd java-lattices-bin
$ mvn package

Usage

$ ./target/appassembler/bin/galactic-context [options...]
 -i (--input)                           : input from this file
 -p (--precedence)                      : precedence graph
 -n (--closed-set-lattice-next-closure) : closed set lattice with next closure's algorithm
 -b (--closed-set-lattice-Bordat)       : closed set lattice with Bordat's algorithm
 -d (--dependence-graph)                : dependence graph
 -g (--minimal-generators)              : minimal generators
 -r (--canonical-direct-basis)          : canonical direct basis
 -c (--concept-lattice-Bordat)          : concept lattice with Bordat's algorithm
 -t (--table) TABLE                     : table of the concept lattice
 -a (--context-reduced)                 : context reduced

The options -d, -g and -r can only be used in conjunction with the option -b.

The option -t can only be used in conjunction with the option -c

You can use the dataset from http://www.upriss.org.uk/fca/examples.html. Special thanks to Uta Priss.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages