Skip to main content

Showing 1–12 of 12 results for author: Miyazaki, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2305.12841  [pdf, other

    cs.CC cs.DS

    Marriage and Roommate

    Authors: Kazuo Iwama, Shuichi Miyazaki

    Abstract: This paper has two objectives. One is to give a linear time algorithm that solves the stable roommates problem (i.e., obtains one stable matching) using the stable marriage problem. The idea is that a stable matching of a roommate instance $I$ is a stable matching (that however must satisfy a certain condition) of some marriage instance $I'$. $I'$ is obtained just by making two copies of $I$, one… ▽ More

    Submitted 22 May, 2023; originally announced May 2023.

    Comments: accepted to IJFCS

  2. arXiv:2207.05308  [pdf, ps, other

    cs.DS cs.DM

    Capacity-Insensitive Algorithms for Online Facility Assignment Problems on a Line

    Authors: Tsubasa Harada, Toshiya Itoh, Shuichi Miyazaki

    Abstract: In the online facility assignment problem OFA(k,\ell), there exist k servers with a capacity \ell \geq 1 on a metric space and a request arrives one-by-one. The task of an online algorithm is to irrevocably match a current request with one of the servers with vacancies before the next request arrives. As special cases for OFA(k,\ell), we consider OFA(k,\ell) on a line, which is denoted by OFAL(k,\… ▽ More

    Submitted 9 August, 2022; v1 submitted 12 July, 2022; originally announced July 2022.

  3. arXiv:2203.06660  [pdf, other

    cs.GT cs.DS

    Incomplete List Setting of the Hospitals/Residents Problem with Maximally Satisfying Lower Quotas

    Authors: Kazuhisa Makino, Shuichi Miyazaki, Yu Yokoi

    Abstract: To mitigate the imbalance in the number of assignees in the Hospitals/Residents problem, Goko et al. [Goko et al., Maximally Satisfying Lower Quotas in the Hospitals/Residents Problem with Ties, Proc. STACS 2022, pp. 31:1--31:20] studied the Hospitals/Residents problem with lower quotas whose goal is to find a stable matching that satisfies lower quotas as much as possible. In their paper, prefere… ▽ More

    Submitted 22 July, 2022; v1 submitted 13 March, 2022; originally announced March 2022.

    Comments: arXiv admin note: text overlap with arXiv:2105.03093

    MSC Class: 91B68; 68Q25

  4. arXiv:2107.03123  [pdf, ps, other

    cs.DS cs.GT

    Refined Computational Complexities of Hospitals/Residents Problem with Regional Caps

    Authors: Koki Hamada, Shuichi Miyazaki

    Abstract: The Hospitals/Residents problem (HR) is a many-to-one matching problem whose solution concept is stability. It is widely used in assignment systems such as assigning medical students (residents) to hospitals. To resolve imbalance in the number of residents assigned to hospitals, an extension called HR with regional caps (HRRC) was introduced. In this problem, a positive integer (called a regional… ▽ More

    Submitted 7 July, 2021; originally announced July 2021.

  5. arXiv:2105.03093  [pdf, other

    cs.GT cs.DS

    Maximally Satisfying Lower Quotas in the Hospitals/Residents Problem with Ties

    Authors: Hiromichi Goko, Kazuhisa Makino, Shuichi Miyazaki, Yu Yokoi

    Abstract: Motivated by the serious problem that hospitals in rural areas suffer from a shortage of residents, we study the Hospitals/Residents model in which hospitals are associated with lower quotas and the objective is to satisfy them as much as possible. When preference lists are strict, the number of residents assigned to each hospital is the same in any stable matching because of the well-known rural… ▽ More

    Submitted 25 January, 2022; v1 submitted 7 May, 2021; originally announced May 2021.

    MSC Class: 91B68; 68Q25

  6. arXiv:2011.05442  [pdf, ps, other

    cs.CR cs.CY

    Proof of Authenticity of Logistics Information with Passive RFID Tags and Blockchain

    Authors: Hiroshi Watanabe, Kenji Saito, Satoshi Miyazaki, Toshiharu Okada, Hiroyuki Fukuyama, Tsuneo Kato, Katsuo Taniguchi

    Abstract: In tracing the (robotically automated) logistics of large quantities of goods, inexpensive passive RFID tags are preferred for cost reasons. Accordingly, security between such tags and readers have primarily been studied among many issues of RFID. However, the authenticity of data cannot be guaranteed if logistics services can give false information. Although the use of blockchain is often discuss… ▽ More

    Submitted 10 November, 2020; originally announced November 2020.

    Comments: 30 pages, 11 figures

  7. arXiv:2008.08415  [pdf, ps, other

    cs.DS

    Competitive Analysis for Two Variants of Online Metric Matching Problem

    Authors: Toshiya Itoh, Shuichi Miyazaki, Makoto Satake

    Abstract: In this paper, we study two variants of the online metric matching problem. The first problem is the online metric matching problem where all the servers are placed at one of two positions in the metric space. We show that a simple greedy algorithm achieves the competitive ratio of 3 and give a matching lower bound. The second problem is the online facility assignment problem on a line, where serv… ▽ More

    Submitted 30 September, 2020; v1 submitted 19 August, 2020; originally announced August 2020.

    Comments: 12 pages. Update from the 1st version: The first author was added and Theorems 3, 4 and 5 were improved

    MSC Class: 68W27

  8. arXiv:2001.08468  [pdf, ps, other

    cs.DS

    Strongly Stable and Maximum Weakly Stable Noncrossing Matchings

    Authors: Koki Hamada, Shuichi Miyazaki, Kazuya Okamoto

    Abstract: In IWOCA 2019, Ruangwises and Itoh introduced stable noncrossing matchings, where participants of each side are aligned on each of two parallel lines, and no two matching edges are allowed to cross each other. They defined two stability notions, strongly stable noncrossing matching (SSNM) and weakly stable noncrossing matching (WSNM), depending on the strength of blocking pairs. They proved that a… ▽ More

    Submitted 25 June, 2020; v1 submitted 23 January, 2020; originally announced January 2020.

    Comments: Conference version appeared in IWOCA 2020. This version adds new results: Theorem 1 is strengthened so that NP-completeness holds even if each person's preference list is of length at most two and ties appear in only men's preference lists. Theorem 2 is added, which shows that the problem can be solved in linear time if the length of preference lists of one side is bounded by one

  9. arXiv:1904.05011  [pdf, other

    cs.DS cs.CC

    An FPT Algorithm for Max-Cut Parameterized by Crossing Number

    Authors: Yasuaki Kobayashi, Yusuke Kobayashi, Shuichi Miyazaki, Suguru Tamaki

    Abstract: The Max-Cut problem is known to be NP-hard on general graphs, while it can be solved in polynomial time on planar graphs. In this paper, we present a fixed-parameter tractable algorithm for the problem on `almost' planar graphs: Given an $n$-vertex graph and its drawing with $k$ crossings, our algorithm runs in time $O(2^k(n+k)^{3/2} \log (n + k))$. Previously, Dahn, Kriege and Mutzel (IWOCA 2018)… ▽ More

    Submitted 24 May, 2019; v1 submitted 10 April, 2019; originally announced April 2019.

    Comments: The same running time bound has been obtained independently and simultaneously by Markus Chimani, Christine Dahn, Martina Juhnke-Kubitzke, Nils M. Kriege, Petra Mutzel, and Alexander Nover arXiv:1903.06061

  10. arXiv:1902.05678  [pdf, ps, other

    cs.GT cs.DS

    Strategy-Proof Approximation Algorithms for the Stable Marriage Problem with Ties and Incomplete Lists

    Authors: Koki Hamada, Shuichi Miyazaki, Hiroki Yanagisawa

    Abstract: In the stable marriage problem (SM), a mechanism that always outputs a stable matching is called a stable mechanism. One of the well-known stable mechanisms is the man-oriented Gale-Shapley algorithm (MGS). MGS has a good property that it is strategy-proof to the men's side, i.e., no man can obtain a better outcome by falsifying a preference list. We call such a mechanism a man-strategy-proof mech… ▽ More

    Submitted 14 February, 2019; originally announced February 2019.

  11. arXiv:1509.04344  [pdf, ps, other

    cs.DS cs.GT

    Stable Nash Equilibria in the Gale-Shapley Matching Game

    Authors: Sushmita Gupta, Kazuo Iwama, Shuichi Miyazaki

    Abstract: In this article we study the stable marriage game induced by the men-proposing Gale-Shapley algorithm. Our setting is standard: all the lists are complete and the matching mechanism is the men-proposing Gale-Shapley algorithm. It is well known that in this setting, men cannot cheat, but women can. In fact, Teo, Sethuraman and Tan \cite{TST01}, show that there is a polynomial time algorithm to obta… ▽ More

    Submitted 14 September, 2015; originally announced September 2015.

  12. arXiv:1309.4919  [pdf, ps, other

    cs.DS

    Better Bounds for Online $k$-Frame Throughput Maximization in Network Switches

    Authors: Jun Kawahara, Koji M. Kobayashi, Shuichi Miyazaki

    Abstract: We consider a variant of the online buffer management problem in network switches, called the $k$-frame throughput maximization problem ($k$-FTM). This problem models the situation where a large frame is fragmented into $k$ packets and transmitted through the Internet, and the receiver can reconstruct the frame only if he/she accepts all the $k$ packets. Kesselman et al.\ introduced this problem a… ▽ More

    Submitted 20 September, 2013; v1 submitted 19 September, 2013; originally announced September 2013.

    Comments: A short version will appear in the proceedings of the 24th International Symposium on Algorithms and Computation (ISAAC2013)