move heuristic into morphism graph module
This commit is contained in:
parent
b6add2b1a2
commit
a4f6b1efb3
3 changed files with 1 additions and 2 deletions
src
|
@ -7,8 +7,6 @@ pub mod context;
|
|||
pub mod constraint_system;
|
||||
pub mod morphism_graph;
|
||||
|
||||
pub mod heuristic;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
pub mod morphism_base;
|
||||
pub mod morphism_graph;
|
||||
pub mod heuristic;
|
||||
|
||||
pub use morphism_base::*;
|
||||
pub use morphism_graph::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue