forked from StudioInfinity/dyna3
Outline: show constraint details
This commit is contained in:
parent
7709c61f71
commit
fc85d15f83
3 changed files with 35 additions and 5 deletions
|
@ -12,6 +12,7 @@ pub struct Element {
|
|||
pub constraints: FxHashSet<usize>
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Constraint {
|
||||
pub args: (usize, usize),
|
||||
pub rep: f64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue