wrapper pt1
This commit is contained in:
parent
5abbbc3bf9
commit
219fc97519
6 changed files with 58 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ use std::fmt::Display;
|
|||
|
||||
use crate::genetics::gene::Gene;
|
||||
|
||||
#[derive(Clone,PartialEq,Eq)]
|
||||
#[derive(Default,Clone,PartialEq,Eq)]
|
||||
pub struct Genome {
|
||||
pub(crate) graph: Vec<(Gene,Vec<usize>)>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue