graph_solver 0.3.0

An undirected graph constraint solver for node and edge colors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "graph_solver"
version = "0.3.0"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
edition = "2018"
exclude = ["images/*"]
license = "MIT OR Apache-2.0"
description = "An undirected graph constraint solver for node and edge colors"
readme = "README.md"
repository = "https://github.com/advancedresearch/graph_solver.git"
homepage = "https://github.com/advancedresearch/graph_solver"
keywords = ["graph", "solver", "theorem", "theory", "advancedresearch"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quickbacktrack = "0.6.0"