• Search Research Projects
  • Search Researchers
  • How to Use
  1. Back to previous page

Research and Development of a New SAT Solving Technologies for Constraint Satisfaction Problems

Research Project

Project/Area Number 22K11973
Research Category

Grant-in-Aid for Scientific Research (C)

Allocation TypeMulti-year Fund
Section一般
Review Section Basic Section 60050:Software-related
Research InstitutionKobe University

Principal Investigator

田村 直之  神戸大学, DX・情報統括本部, 名誉教授 (60207248)

Co-Investigator(Kenkyū-buntansha) 宋 剛秀  神戸大学, 情報基盤センター, 准教授 (00625121)
番原 睦則  名古屋大学, 情報学研究科, 教授 (80290774)
Project Period (FY) 2022-04-01 – 2025-03-31
Project Status Granted (Fiscal Year 2023)
Budget Amount *help
¥4,160,000 (Direct Cost: ¥3,200,000、Indirect Cost: ¥960,000)
Fiscal Year 2024: ¥1,300,000 (Direct Cost: ¥1,000,000、Indirect Cost: ¥300,000)
Fiscal Year 2023: ¥1,430,000 (Direct Cost: ¥1,100,000、Indirect Cost: ¥330,000)
Fiscal Year 2022: ¥1,430,000 (Direct Cost: ¥1,100,000、Indirect Cost: ¥330,000)
Keywords制約充足問題 / 制約プログラミング / 制約ソルバー / SAT技術 / SATソルバー / 充足可能性問題
Outline of Research at the Start

制約充足問題 (以下,CSP)は複数の条件(制約)の組合せからなる問題であり,制約ソルバーは与えられたCSPの解を探索するシステムである.制約プログラミングシステムは,処理系に制約ソルバーを組込むことで,解法プログラムを記述することなく高度な問題解決を可能にする宣言的プログラミングシステムの一種である.

一方,命題論理の充足可能性問題 (以下,SAT)を解くSATソルバーの性能は2000年以降に飛躍的に向上し,これまでは到底不可能だと思われていた規模の問題を解くことができるようになった.

本研究では,SAT技術を活用した高性能な制約ソルバーの実現を目指す.

Outline of Annual Research Achievements

本研究の目的は,制約充足問題に対する新しいSAT解法技術を研究開発し,さらに開発したシステムを実用的な問題に応用し,既存技術では解けなかった問題の解決を目指すとともに研究開発した技術を評価することである.研究遂行のため(WG1) SAT符号化手法の研究開発,(WG2) SAT型制約ソルバーの研究開発,(WG3) 応用・評価の3つの研究開発テーマを設定し,研究開発を分担して進めている.
(WG1)では,昨年度に引き続き順序符号化に関する実験を行い,結果を評価した.また,接頭和を用いた符号化法,剰余記数法を用いた符号化法,MDDを用いた符号化法について検討を進めた.
(WG2)では,ベースとなるSAT型制約ソルバーFun-sCOPで2023年XCSP3競技会 (http://xcsp.org/competitions/)に参加し,昨年度と同様にMain CSPトラックで準優勝という結果を得た.また,Python上で動作するSAT型制約ソルバーのプロトタイプを開発した.
(WG3)では,非同期オートマタネットワークとして表現されている遺伝子ネットワークについて,そのアトラクターをSATソルバーを利用して発見する手法の発展研究を行い,成果を(雑誌論文3)で発表した.また(雑誌論文1)で,供給経路と電流・電圧に関する制約を満たす配電網の構成を求める配電網問題,および配電網問題の2つの実行可能解が与えられたとき,遷移制約を満たしつつ一方の解から他方の解へ到達できるかを判定する配電網遷移問題について研究成果を発表した.さらに(雑誌論文2)で,与えられたグラフの2つのハミルトン閉路が与えられたとき,定められた遷移制約を満たしながら一方の閉路から他方の閉路に遷移することが可能かどうかを判定するハミルトン閉路遷移問題について研究成果を発表した.

Current Status of Research Progress
Current Status of Research Progress

2: Research has progressed on the whole more than it was originally planned.

Reason

(WG1) SAT符号化手法の研究開発,(WG2) SAT型制約ソルバーの研究開発,(WG3) 応用・評価の3つの研究開発テーマのそれぞれについて,以下の理由によりおおむね順調に進展していると考えている.
(WG1)では,順序符号化に関する基本的な実験・評価を進め,問題点の解決方法について検討した.
(WG2)では,研究開発のベースの一つであるSAT型制約ソルバーFun-sCOPについて,昨年度に引き続き国際的な制約ソルバーの競技会に参加し2位になるという良い結果を得た.
(WG3)では,システム生物学,配電網遷移問題,ハミルトン閉路遷移問題など実用的な研究分野のいくつかの問題に対し,SAT型手法を応用し,その有効性を示すことができた.

Strategy for Future Research Activity

(WG1) SAT符号化手法の研究開発,(WG2) SAT型制約ソルバーの研究開発,(WG3) 応用・評価の3つの研究開発テーマのそれぞれに関し,以下のように今後の研究を推進する予定である.
(WG1)では,接頭和を用いた符号化法,剰余記数法を用いた符号化法,MDDを用いた符号化法の検討をさらに進め,アルゴリズムの実装および実験評価を行う.
(WG2)では,(WG1)で研究開発したSAT符号化手法を既開発のSugar, Copris等に組み込むことで,新しいSAT型制約ソルバーを実現する.また,Python上に実装したプロトタイプを完成させる.
(WG3)では,これまで進めてきた応用分野での研究をさらに進展させるとともに,グラフの支配集合や独立集合の遷移問題への応用を進める.

Report

(2 results)
  • 2023 Research-status Report
  • 2022 Research-status Report
  • Research Products

    (29 results)

All 2024 2023 2022 Other

All Int'l Joint Research (2 results) Journal Article (10 results) (of which Int'l Joint Research: 6 results,  Peer Reviewed: 10 results,  Open Access: 6 results) Presentation (15 results) (of which Int'l Joint Research: 2 results,  Invited: 1 results) Book (1 results) Funded Workshop (1 results)

  • [Int'l Joint Research] Centrale Nantes/CRIL-CNRS UMR 8188/Artois University(フランス)

    • Related Report
      2023 Research-status Report
  • [Int'l Joint Research] University of Potsdam(ドイツ)

    • Related Report
      2023 Research-status Report
  • [Journal Article] Combinatorial Reconfiguration with Answer Set Programming: Algorithms, Encodings, and Empirical Analysis2024

    • Author(s)
      Yamada Yuya、Banbara Mutsunori、Inoue Katsumi、Schaub Torsten、Uehara Ryuhei
    • Journal Title

      Proceedings of the 18th International Conference and Workshops on Algorithms and Computation (WALCOM 2024)

      Volume: LNCS 14549 Pages: 242-256

    • DOI

      10.1007/978-981-97-0566-5_18

    • ISBN
      9789819705658, 9789819705665
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Int'l Joint Research
  • [Journal Article] On the Computational Complexity of Generalized Common Shape Puzzles2024

    • Author(s)
      Banbara Mutsunori、Minato Shin-ichi、Ono Hirotaka、Uehara Ryuhei
    • Journal Title

      Proceedings of the 49th International Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM 2024)

      Volume: LNCS 14519 Pages: 55-68

    • DOI

      10.1007/978-3-031-52113-3_4

    • ISBN
      9783031521126, 9783031521133
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Open Access
  • [Journal Article] Solving Power Distribution Network Problems with Answer Set Programming2023

    • Author(s)
      山田 健太郎、湊 真一、田村 直之、番原 睦則
    • Journal Title

      Computer Software

      Volume: 40 Issue: 2 Pages: 2_3-2_18

    • DOI

      10.11309/jssst.40.2_3

    • ISSN
      0289-6540
    • Year and Date
      2023-04-21
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Open Access
  • [Journal Article] Hamiltonian Cycle Reconfiguration with Answer Set Programming2023

    • Author(s)
      Hirate Takahiro、Banbara Mutsunori、Inoue Katsumi、Lu Xiao-Nan、Nabeshima Hidetomo、Schaub Torsten、Soh Takehide、Tamura Naoyuki
    • Journal Title

      Proceedings of the 18th European Conference on Logics in Artificial Intelligence (JELIA 2023)

      Volume: LNAI 14281 Pages: 262-277

    • DOI

      10.1007/978-3-031-43619-2_19

    • ISBN
      9783031436185, 9783031436192
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Open Access / Int'l Joint Research
  • [Journal Article] SAF: SAT-Based Attractor Finder in?Asynchronous Automata Networks2023

    • Author(s)
      Soh Takehide、Magnin Morgan、Le Berre Daniel、Banbara Mutsunori、Tamura Naoyuki
    • Journal Title

      Proceedings of the 21st International Conference on Computational Methods in Systems Biology (CMSB 2023)

      Volume: LNCS 14137 Pages: 175-183

    • DOI

      10.1007/978-3-031-42697-1_12

    • ISBN
      9783031426964, 9783031426971
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Int'l Joint Research
  • [Journal Article] ZDD-based algorithmic framework for solving shortest reconfiguration problems2023

    • Author(s)
      Takehiro Ito, Jun Kawahara, Yu Nakahata, Takehide Soh, Akira Suzuki, Junichi Teruyama and Takahisa Toda
    • Journal Title

      Proceedings of the 20th International Conference on the Integration of Constraint Programming, Artificial Intelligence, and Operations Research (CPAIOR 2023), Lecture Notes in Computer Science (LNCS)

      Volume: 13884 Pages: 1-17

    • DOI

      10.1007/978-3-031-33271-5_12

    • ISBN
      9783031332708, 9783031332715
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Open Access
  • [Journal Article] Solving reconfiguration problems of first-order expressible properties of graph vertices with Boolean satisfiability2023

    • Author(s)
      Takahisa Toda, Takehiro Ito, Jun Kawahara, Takehide Soh, Akira Suzuki, Junichi Teruyama
    • Journal Title

      Proc. of 35th IEEE International Conference on Tools with Artificial Intelligence (ICTAI 2023)

      Volume: - Pages: 294-302

    • DOI

      10.1109/ictai59109.2023.00050

    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Open Access
  • [Journal Article] Recongo: Bounded Combinatorial Reconfiguration with Answer Set Programming2023

    • Author(s)
      Yamada Yuya、Banbara Mutsunori、Inoue Katsumi、Schaub Torsten
    • Journal Title

      Proceedings of the 18th Edition of the European Conference on Logics in Artificial Intelligence (JELIA 2023)

      Volume: LNAI 14281 Pages: 278-286

    • DOI

      10.1007/978-3-031-43619-2_20

    • ISBN
      9783031436185, 9783031436192
    • Related Report
      2023 Research-status Report
    • Peer Reviewed / Int'l Joint Research
  • [Journal Article] SAT-based Method for Finding Attractors in Asynchronous Multi-valued Networks2023

    • Author(s)
      Takehide Soh, Morgan Magnin, Daniel Le Berre, Mutsunori Banbara and Naoyuki Tamura
    • Journal Title

      Proceedings of the 14th International Conference on Bioinformatics Models, Methods and Algorithms (BIOINFORMATICS 2023)

      Volume: - Pages: 163-174

    • DOI

      10.5220/0011675100003414

    • Related Report
      2022 Research-status Report
    • Peer Reviewed / Open Access / Int'l Joint Research
  • [Journal Article] Solving Vehicle Equipment Specification Problems with Answer Set Programming2023

    • Author(s)
      Raito Takeuchi, Mutsunori Banbara, Naoyuki Tamura, and Torsten Schaub
    • Journal Title

      Proceedings of the 25th International Symposium on Practical Aspects of Declarative Languages (PADL 2023)

      Volume: 13880 Pages: 232-249

    • DOI

      10.1007/978-3-031-24841-2_15

    • ISBN
      9783031248405, 9783031248412
    • Related Report
      2022 Research-status Report
    • Peer Reviewed / Int'l Joint Research
  • [Presentation] 解集合プログラミングを用いた支配集合遷移2024

    • Author(s)
      加藤聖人, 宋剛秀, 田村直之, 番原睦則
    • Organizer
      第26回プログラミングおよびプログラミング言語ワークショップ (PPL 2024)
    • Related Report
      2023 Research-status Report
  • [Presentation] heulingo: 組合せ最適化のための解集合プログラミングに基づく優先度付き巨大近傍探索の実装2024

    • Author(s)
      杉森唯瑠未, 宋剛秀, 田村直之, 井上克巳, 鍋島英知, 番原睦則
    • Organizer
      第26回プログラミングおよびプログラミング言語ワークショップ (PPL 2024)
    • Related Report
      2023 Research-status Report
  • [Presentation] 解集合プログラミングを用いた支配集合遷移問題の解法に関する考察2023

    • Author(s)
      加藤聖人, 宋剛秀, 田村直之, 番原睦則
    • Organizer
      2023年度人工知能学会全国大会 (第37回)
    • Related Report
      2023 Research-status Report
  • [Presentation] 最大独立集合問題のSAT技術を用いた解法に関する研究2023

    • Author(s)
      大森 嶺, 宋 剛秀, 田村 直之
    • Organizer
      2023年度人工知能学会全国大会(第37回)
    • Related Report
      2023 Research-status Report
  • [Presentation] 解集合プログラミングを用いたトークンスライディング型・独立集合遷移問題の解法に関する考察2023

    • Author(s)
      髙田和紀, 山田悠也, 番原睦則
    • Organizer
      2023年度人工知能学会全国大会 (第37回)
    • Related Report
      2023 Research-status Report
  • [Presentation] SQL 型制約プログラミングシステム CombSQL+ の複数制約ソルバー連携2023

    • Author(s)
      小菅脩司, 酒井正彦, 番原睦則
    • Organizer
      第125回人工知能基本問題研究会
    • Related Report
      2023 Research-status Report
  • [Presentation] ZDDを用いた疑似ブール制約のSAT符号化2023

    • Author(s)
      大橋 瞭雅, 宋 剛秀
    • Organizer
      題126回人工知能基本問題研究会
    • Related Report
      2023 Research-status Report
  • [Presentation] Answer Set Programming を用いた圧縮指標の計算2023

    • Author(s)
      クップル ドミニク, 番原睦則
    • Organizer
      2023年度冬のLAシンポジウム
    • Related Report
      2023 Research-status Report
  • [Presentation] SATソルバーとその応用について2023

    • Author(s)
      宋 剛秀
    • Organizer
      電子情報通信学会ソサエティ大会
    • Related Report
      2023 Research-status Report
    • Invited
  • [Presentation] 解集合プログラミングを用いたハミルトン閉路遷移問題の解法2023

    • Author(s)
      平手貴大, 番原睦則, 井上克巳, 盧暁南, 鍋島英知, 宋剛秀, 田村直之
    • Organizer
      第25回プログラミングおよびプログラミング言語ワークショップ (PPL 2023)
    • Related Report
      2022 Research-status Report
  • [Presentation] A ZDD-Based Method for Exactly Enumerating All Lower-Cost Solutions of Combinatorial Problems2022

    • Author(s)
      Shin-Ichi Minato, Mutsunori Banbara, Takashi Horiyama, Jun Kawahara, Ichigaku Takigawa and Yutaro Yamaguchi
    • Organizer
      Fifth Workshop on Enumeration Problems and Applications (WEPA-2022)
    • Related Report
      2022 Research-status Report
    • Int'l Joint Research
  • [Presentation] 解集合プログラミングを用いたクイーン支配問題の解法に関する一考察2022

    • Author(s)
      加藤聖人, 田村直之, 番原睦則
    • Organizer
      日本ソフトウェア科学会第39回大会
    • Related Report
      2022 Research-status Report
  • [Presentation] 解集合プログラミングに基づく組合せ遷移ソルバーとその性能評価2022

    • Author(s)
      山田悠也, 番原睦則
    • Organizer
      日本ソフトウェア科学会第39回大会
    • Related Report
      2022 Research-status Report
  • [Presentation] 解集合プログラミングを用いた独立集合遷移問題の解法に関する考察2022

    • Author(s)
      山田悠也, 加藤聖人, 小菅脩司, 竹内頼人, 番原睦則
    • Organizer
      2022年度人工知能学会全国大会(第36回)
    • Related Report
      2022 Research-status Report
  • [Presentation] Solving Rep-tile by Computers2022

    • Author(s)
      Mutsunori Banbara, Kenji Hashimoto, Takashi, Horiyama, Shin-ichi Minato, Kakeru Nakamura, Masaaki Nishino, Masahiko Sakai, Ryuhei Uehara, Yushi Uno, Norihito Yasuda
    • Organizer
      14th Gathering 4 Gardner Conference
    • Related Report
      2022 Research-status Report
    • Int'l Joint Research
  • [Book] The Art of Computer Programming Volume 4B Combinatorial Algorithms Part 2 日本語版2023

    • Author(s)
      Donald E. Knuth 著、和田英一 監訳、岩崎英哉 訳、田村直之 訳、寺田実 訳
    • Total Pages
      728
    • Publisher
      カドカワ ドワンゴ
    • ISBN
      9784048931144
    • Related Report
      2023 Research-status Report
  • [Funded Workshop] Codish先生講演会 "Breaking Symmetries when Solving Hard Combinatorial Problems"2022

    • Related Report
      2022 Research-status Report

URL: 

Published: 2022-04-19   Modified: 2024-12-25  

Information User Guide FAQ News Terms of Use Attribution of KAKENHI

Powered by NII kakenhi