예제 #1
0
						bool operator==( Aresta &A ){
							
							return (this->custo == A.getCusto());

						}
예제 #2
0
						bool operator>( Aresta &A ){
							
							return (this->custo > A.getCusto());

						}