Outline: show constraint details

This commit is contained in:
Aaron Fenyes 2024-09-23 00:39:14 -07:00
parent 7709c61f71
commit fc85d15f83
3 changed files with 35 additions and 5 deletions

View file

@ -12,6 +12,7 @@ pub struct Element {
pub constraints: FxHashSet<usize>
}
#[derive(Clone)]
pub struct Constraint {
pub args: (usize, usize),
pub rep: f64