MHB Fleury's Algorithm: Finding Next Edge

  • Thread starter Thread starter Joystar77
  • Start date Start date
  • Tags Tags
    Algorithm
AI Thread Summary
Fleury's Algorithm is applied to determine the next edge to travel from a specific vertex in a graph after three edges have been deleted. The discussion emphasizes the importance of identifying all possible edges that can be traversed next from the starred vertex. Participants highlight the need for clarity in graph representation, as the absence of visual aids and context for the vertex labels can lead to confusion. The focus remains on ensuring that the algorithm is correctly implemented to find valid paths. Overall, understanding the graph's structure is crucial for effectively using Fleury's Algorithm.
Joystar77
Messages
122
Reaction score
0
Using Fleury’s Algorithm in the graph to the bottom left, I deleted three edges and I got the graph to the bottom right. If I am currently at the starred vertex, list all possibilities for the edge I should travel next.

A B Left graph
3

2
C D
1E F

A
B

Right graph

C D

E F
 
Physics news on Phys.org
You did not include pictures of the graph. Also, the letters (A, B, E, F, etc.) that follow the first paragraph don't make sense without a context.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Replies
22
Views
2K
Replies
2
Views
2K
Replies
2
Views
3K
Replies
2
Views
2K
Replies
8
Views
2K
Replies
1
Views
2K
Back
Top