Update documentation
This commit is contained in:
parent
4673824f43
commit
199cdb0ec2
|
@ -10,7 +10,7 @@
|
||||||
//! # Instructions
|
//! # Instructions
|
||||||
//!
|
//!
|
||||||
//! Create your query and data graphs with [petgraph](https://github.com/petgraph/petgraph)
|
//! Create your query and data graphs with [petgraph](https://github.com/petgraph/petgraph)
|
||||||
//! or any library that implements the [Graph] trait. Then, call one of the following
|
//! or any library that implements the [`Graph`] trait. Then, call one of the following
|
||||||
//! functions based on the problem type:
|
//! functions based on the problem type:
|
||||||
//! - Graph isomorphisms: [`isomorphisms`].
|
//! - Graph isomorphisms: [`isomorphisms`].
|
||||||
//! - Subgraph isomorphisms: [`subgraph_isomorphisms`].
|
//! - Subgraph isomorphisms: [`subgraph_isomorphisms`].
|
||||||
|
|
Loading…
Reference in New Issue