Skip to content
Snippets Groups Projects
Commit 4a8bdc2f authored by Florian Heinrichs's avatar Florian Heinrichs
Browse files

Function added to associate graph with the solver

parent a8fb8e4d
Branches
No related merge requests found
......@@ -106,6 +106,9 @@ struct solver {
// Expand a search tree node, i.e., assigns an node to a partition and update all data structures.
void expand(vertex_id node, partition_index p);
//associates graph with the solver
void define_graph(graph& g);
// Performs backtracking after the solver ran into a dead end,
// i.e., the current branch has been pruned.
void backtrack();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment