virne.solver.heuristic.bfs_trials#

Classes

BfsSolver(controller, recorder, counter, ...)

OrderRankBfsSolver(controller, recorder, ...)

A BFS-based Node Rank solver that ranks nodes by their order in the graph.

RandomRankBfsSolver(controller, recorder, ...)

A BFS-based Node Rank solver that ranks nodes randomly.

RandomWalkRankBfsSolver(controller, ...)

A BFS-based Node Rank solver that ranks nodes with random walk algorithm.