图表中的负边

发布于 2024-12-22 15:43:50 字数 41 浏览 1 评论 0原文

图中负边的物理意义是什么,即当我们必须在现实世界编程中将边设为负时?

What is the physical significance of negative edges in a graph i.e when we have to put the edges negative in real world programming ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白鸥掠海 2024-12-29 15:43:50

在现实世界的例子中,负边代表“损失”。现在我们举个例子:
如果您购买的商品有一定的价格。如果您从自己这边捐钱,那就意味着您正在损失一些钱,对吗?另一方面,现在如果你在市场上卖掉一些旧书并得到一些钱。现在这会增加你的钱数。因此,在现实生活中,第一种情况可以被视为 -ve 边缘权重,而后一种情况可以被视为 +ve 边缘权重。

Negetive edges represent "loss" in real world examples. Now lets take an example:
if you are purchasing an item that has some price. if you are giving money from your side that means you are losing some of your money right? now on the other hand if you sell some of your old books in the market and get some money. now this increases your money count. So, the first case can be considered as a -ve edge weight and the later case can be considered as a +ve edge weight in real life example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文