Searched defs:Costs (Results 1 – 2 of 2) sorted by relevance
72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()94 VectorPtr Costs; variable102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()166 MatrixPtr Costs; variable357 NodeId addNode(OtherVectorT Costs) { in addNode()371 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()403 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()433 void setEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in setEdgeCosts()
92 void setup(const Vector& Costs) { in setup()