memplusplus
memplusplus copied to clipboard
General layouting algorithm
Potential solution - 1
- Can be formulated in terms of discrete knapsack w/o repetitions:
- Item value: number of outgoing pointers / ingoing pointers. "Weight": size of the memory cell.
- Knapsack capacity: one memory page
Potential solution - 2
- Greedy approach.
Things to note
- Base virtual class for all heuristics
- Tagging system (What type of data structure)
Resources: