Files
herolib/lib/threefold/grid4/datamodel/model_simulations.v
2025-08-21 12:05:20 +02:00

8 lines
74 B
V

module datamodel
pub struct NodeSim {
Node
pub mut:
cost f64 // free
}