Skip to content

Commit

Permalink
first version generator, evaluator, filter, and converter for pathway…
Browse files Browse the repository at this point in the history
…s generator inputs
  • Loading branch information
JuliusSchlumberger committed Nov 22, 2024
1 parent 0cd1c91 commit e8a1785
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sequences.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
current SeaWall[0]
SeaWall[0] Pump[0]
current Pump[1]
Pump[1] SeaWall[1]
current Pump[1]
Pump[1] SaltMarshes[0]
current Dike[0]
Dike[0] SeaWall[2]
current SaltMarshes[1]
SaltMarshes[1] Pump[2]
10 changes: 10 additions & 0 deletions xpositions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
current 0
SeaWall[0] 2
SeaWall[1] 3
SeaWall[2] 4
Pump[0] 3
Pump[1] 1
Pump[2] 2
SaltMarshes[0] 2
SaltMarshes[1] 1
Dike[0] 2

0 comments on commit e8a1785

Please sign in to comment.