move heuristic into morphism graph module
This commit is contained in:
parent
b41cef5df3
commit
d5ef37a433
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