virtual void SetUp(){ //SetUp is called before every test LOG_INIT("test.log", NULL, 0); creator.set_file_name("data/1dc.128.txt"); creator.set_graph_type("DIMACS"); mg = creator.create_mutable_graph(); //disconnected graph for testing creator.set_file_name("data/1et.64.txt"); creator.set_graph_type("DIMACS"); mg_dis = creator.create_mutable_graph(); }
virtual void SetUp() { //SetUp is called before every test LOG_INIT("test.log", NULL, 0); creator.set_file_name("../data/1dc.128.txt"); creator.set_graph_type("DIMACS"); mg = creator.create_mutable_graph(); }