Skip to main content

Module misc

Module misc 

Source
Expand description

Miscellaneous problems.

Problems with unique input structures that don’t fit other categories:

Structs§

BinPacking
The Bin Packing problem.
Factoring
The Integer Factoring problem.
FlowShopScheduling
The Flow Shop Scheduling problem.
Knapsack
The 0-1 Knapsack problem.
LongestCommonSubsequence
The Longest Common Subsequence problem.
MinimumTardinessSequencing
Minimum Tardiness Sequencing problem.
MultiprocessorScheduling
The Multiprocessor Scheduling problem.
PaintShop
The Paint Shop problem.
SequencingWithReleaseTimesAndDeadlines
Sequencing with Release Times and Deadlines.
SequencingWithinIntervals
Sequencing Within Intervals problem.
ShortestCommonSupersequence
The Shortest Common Supersequence problem.
StaffScheduling
The Staff Scheduling problem.
StringToStringCorrection
The String-to-String Correction problem.
SubsetSum
The Subset Sum problem.
SumOfSquaresPartition
The Sum of Squares Partition problem (Garey & Johnson SP19).