Add initial conflict resolution
This commit is contained in:
parent
ce3a890237
commit
68d0f64058
3 changed files with 153 additions and 1 deletions
|
|
@ -37,6 +37,10 @@ fn main() {
|
|||
// b.set_blocked_range(7, 3, 10, 4, true);
|
||||
|
||||
b.set_blocked_range(3, 2, 10, 3, true);
|
||||
b.set_blocked(2, 0, true);
|
||||
b.set_blocked(11, 0, true);
|
||||
b.set_blocked(2, 5, true);
|
||||
b.set_blocked(11, 5, true);
|
||||
|
||||
let mut b = b.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue