Skip to content

Kinozuko/teg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm to solve edge forwarding index problem in C++

Proposal to obtain B.S Degree in Computer Science

Universidad de Carabobo (UC)
Facultad de Ciencias y Tecnologia (Facyt)
Departamento de Computacion

Steps to run:

	1) make
	2) ./main < input_file

	input_file can be any graph file with DIMACS format

		v1 v2
		v1 v3
		v2 v3
		.. ..
		.. ..
		vi vj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published