JSAI2019

Presentation information

Organized Session

Organized Session » [OS] OS-3

[1E3-OS-3b] AI における離散構造処理と制約充足(2)

Tue. Jun 4, 2019 3:20 PM - 4:00 PM Room E (301A Medium meeting room)

波多野 大督(理化学研究所)、蓑田 玲緒奈((株)ベイシスコンサルティング)

3:20 PM - 3:40 PM

[1E3-OS-3b-01] A Branch-and-bound Algorithm for Determining Discrete Changes for Hybrid Constraint Solver HyLaGI

〇Masashi SATO1, Kazunori UEDA1 (1. Waseda University)

Keywords:hybrid system, programming language, optimization

Hybrid systems are dynamical systems involving continuous and discrete changes.
Various models such as cyber-physical systems and control systems can be discribed as hybrid systems.
We are developing HydLa, a modeling language of hybrid system and its symbolic simulator HyLaGI.
HyLaGI performs exhaustive search to find time points of discrete changes, but its computation becomes a bottleneck for some programs having a large number of guarded constraints.
In this research, we propose a efficient search method using a branch-and-bound algorithm and implement a prototype.
The result of simple experiment shows that our approach reduces most of the search cost in the motivating example.