Optimal Composition Ordering Problems for Piecewise Linear Functions

January 21, 2016 Β· Declared Dead Β· πŸ› Algorithmica

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yasushi Kawase, Kazuhisa Makino, Kento Seimi arXiv ID 1601.05480 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM Citations 8 Venue Algorithmica Last Checked 4 months ago
Abstract
In this paper, we introduce maximum composition ordering problems. The input is $n$ real functions $f_1,\dots,f_n:\mathbb{R}\to\mathbb{R}$ and a constant $c\in\mathbb{R}$. We consider two settings: total and partial compositions. The maximum total composition ordering problem is to compute a permutation $Οƒ:[n]\to[n]$ which maximizes $f_{Οƒ(n)}\circ f_{Οƒ(n-1)}\circ\dots\circ f_{Οƒ(1)}(c)$, where $[n]=\{1,\dots,n\}$. The maximum partial composition ordering problem is to compute a permutation $Οƒ:[n]\to[n]$ and a nonnegative integer $k~(0\le k\le n)$ which maximize $f_{Οƒ(k)}\circ f_{Οƒ(k-1)}\circ\dots\circ f_{Οƒ(1)}(c)$. We propose $O(n\log n)$ time algorithms for the maximum total and partial composition ordering problems for monotone linear functions $f_i$, which generalize linear deterioration and shortening models for the time-dependent scheduling problem. We also show that the maximum partial composition ordering problem can be solved in polynomial time if $f_i$ is of form $\max\{a_ix+b_i,c_i\}$ for some constants $a_i\,(\ge 0)$, $b_i$ and $c_i$. We finally prove that there exists no constant-factor approximation algorithm for the problems, even if $f_i$'s are monotone, piecewise linear functions with at most two pieces, unless P=NP.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted