|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Illustrated use cases for DP_Optimizations.H. More...
Go to the source code of this file.
Functions | |
| int | main () |
| Runs the DP optimization demonstration suite and exits. | |
Illustrated use cases for DP_Optimizations.H.
Definition in file dp_optimizations_example.cc.
| int main | ( | ) |
Runs the DP optimization demonstration suite and exits.
Executes examples for Divide & Conquer DP partitioning, Knuth optimization, Convex Hull Trick / Li Chao geometry, and Monotone Queue DP, printing results to standard output.
Definition at line 259 of file dp_optimizations_example.cc.
References Aleph::divide_and_conquer_partition_dp().