Skip to content

ericnormand/clj-reasoner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clj-reasoner

A simple graph reasoner writtern in Clojure.

Nodes in the graph are strings.
Edges are labeled with strings.

A query is a graph pattern.  When applied to a graph, it returns the subgraphs that matches the pattern.

Warning: This is something I did in a weekend.  It needs to be cleaned up.

## Usage

FIXME: write

## Installation

FIXME: write

## License

FIXME: write

About

A simple graph reasoner written in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published