This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
Move the Exhaustive search to Runtime #2
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
invalid
This doesn't seem right
Currently I'm implementing an exhaustive search at compile time with a small test data-set.
However, it won't compile when there are more than 10 cities, so I'll have to either use GMP,
or just do it in runtime where 48! isn't stored anywhere so it doesn't take up memory/disk space/template recursion limit. But rather it's much slower, at least it would work!
Niye İngilizce yazıyorum bilmiyorum.
Compile time permütasyon üzerinde çalışıyorum, şehirlerin arasındaki mesafeyi programı compile'larken bulmak aşırı hızlandırır ama ana dosya çalışamaz bununla, program çalışırken permütasyonları bulmak gerek.
The text was updated successfully, but these errors were encountered: