This commit is contained in:
2025-12-01 20:53:20 +01:00
parent 88680f1954
commit 690af291b5
185 changed files with 466 additions and 849 deletions

View File

@@ -0,0 +1,9 @@
module datamodel
import incubaid.herolib.threefold.grid4.datamodel { Node }
pub struct NodeSim {
Node
pub mut:
cost f64 // free
}