Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Move the Exhaustive search to Runtime #2

Closed
OnurKader opened this issue May 13, 2020 · 2 comments
Closed

Move the Exhaustive search to Runtime #2

OnurKader opened this issue May 13, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right

Comments

@OnurKader
Copy link
Owner

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.

@OnurKader OnurKader added enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right labels May 13, 2020
@OnurKader
Copy link
Owner Author

Mostly done, some features and a couple fixes need to be addressed

B-D

@OnurKader
Copy link
Owner Author

Bi SFML kaldı

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants