Searched defs:Costs (Results 1 – 3 of 3) sorted by relevance
74 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()96 VectorPtr Costs; variable104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()168 MatrixPtr Costs; variable381 NodeId addNode(OtherVectorT Costs) { in addNode()402 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()415 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()441 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()472 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()514 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
452 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local461 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local838 const Vector &Costs = getNodeCosts(NId); in dump() local
268 void setup(const Vector& Costs) { in setup()