Files
herolib/lib/threefold/grid4/datamodelsimulator/model_simulations.v
2025-08-25 06:28:42 +02:00

10 lines
142 B
V

module datamodel
import freeflowuniverse.herolib.threefold.grid4.datamodel { Node }
pub struct NodeSim {
Node
pub mut:
cost f64 // free
}