PulseAugur
EN
LIVE 09:43:01

New SMT-based method synthesizes paths for 2D and 3D maze construction

Researchers have developed a new pipeline for generating maze structures from input patterns like text or shapes. This process involves encoding the path-synthesis problem into Satisfiability Modulo Theories (SMT) as global constraints, ensuring adjacency, continuity, and pattern-constrained coverage. The synthesized paths can be planar and self-avoiding, or layered with prescribed crossings, serving as a foundation for creating both 2D mazes and 3D woven maze constructions. This work expands upon a previous conference paper by providing more SMT-LIB examples and detailing the conversion of synthesized paths into concrete maze designs. AI

IMPACT Introduces a novel computational approach for generating complex maze structures, potentially applicable in procedural content generation for games or simulations.

RANK_REASON The cluster contains an academic paper detailing a new method for path synthesis and maze construction. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New SMT-based method synthesizes paths for 2D and 3D maze construction

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Shengyi Wang ·

    From Patterns to Maze Structures: SMT-Based Path Synthesis and 2D/3D Construction

    arXiv:2607.09781v1 Announce Type: new Abstract: We present a pipeline for constructing maze structures from input patterns such as text or shapes. The central path-synthesis problem is encoded in Satisfiability Modulo Theories as global constraints on adjacency, continuity, and p…