Download Heuristic Algorithms for NP

Transcript
10
Scope of Project
It should be mentioned that I do not intend the developed software to be Open
Source Software. This means that certain measures need to be taken, if it should
be easy for the third party to extend it without actually knowing the source code.
In this sense I see it as a benefit that the source code is not Open Source, since
less information is needed. However I feel that making this choice, requires me
to make a manual describing how the framework should be extended.
Furthermore to optimize the framework I chose not to use proper encapsulation
of data in order to avoid the overhead of get- and set-methods. This is however
only carried out in the data structures, because they are the ones, which will be
used the most.
This project does not in any way aim to prove or disprove the N P = P problem.