Open jessLryan opened 7 months ago
Hey I need an help, I cant able to understand this issue/overall project I am a beginner to this open source ,can you explain this issue
Hello, Just to say, thanks for your interest in the project! :-) I will respond with more details over the weekend on what needs to be done for this issue
Hi @Vinay00018 What needs to be done is to
Give the user running the program an option to say whether they want to count labelled or unlabelled copies of the subgraph H in the host graph G. This could be done by asking the user first whether they want to count labelled copies, and then asking them for the input files. See https://www.w3schools.com/java/java_user_input.asp
Add another boolean parameter 'labelled' (the user's answer to the first question) to the runAlgorithm method of the AlgorithmRunner class, and then
I'm not sure I've explained this super well, so if it's still unclear and you'd still like to work on it, drop me an email and I'd be happy to schedule a brief call :)
Allow users to request unlabelled subgraph counting via an optional(?) additional input
Unlabelled subgraph counting can be achieved by dividing the current count value by the result of running the brute force algorithm on the input pattern graph with the pattern graph as both graph inputs to the brute force method (this would then count the number of isomorphisms of the pattern graph)