🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

SAT Solver

Algorithm that determines whether a propositional boolean formula has a variable assignment that makes it true. Fundamental for solving decision problems in program synthesis.

📖
용어

SMT Solver

Extension of SAT solvers that integrates mathematical theories like arithmetic, arrays, and datatypes. Allows for solving more complex constraints in program synthesis.

📖
용어

Logical Constraints

Mathematical formulas expressing the properties and behaviors the generated program must respect. Serve as a bridge between user specifications and the automatic search for solutions.

📖
용어

Constraint-Driven Synthesis

Paradigm where specifications are transformed into a system of constraints solved by automatic solvers. Generates programs that formally guarantee the fulfillment of requirements.

📖
용어

Problem Encoding

Process of translating high-level specifications into logical formulas understandable by solvers. Determines the efficiency of the constraint solving phase.

📖
용어

Inductive Synthesis

Technique that automatically infers programs from examples of desired input-output pairs. Combines inductive learning and constraint solving to generalize behaviors.

📖
용어

SKETCH

Programming language that allows specifying partial programs with holes to be automatically filled. Uses SMT solvers to find the optimal values for the holes.

📖
용어

SyGuS

Syntax-Guided Synthesis, a standard that formalizes synthesis problems with a specified solution grammar. Allows for controlling the structure and complexity of the generated programs.

📖
용어

Abstraction-refinement

Iterative strategy initially simplifying the problem then progressively refining constraints. Balances efficiency and precision in complex program synthesis.

📖
용어

Constraint-based learning

Hybrid method combining machine learning techniques and logical constraint solving. Accelerates synthesis by intelligently guiding the search space.

📖
용어

Conditional verification

Formal process validating that the synthesized program satisfies all initial specifications. Essential for ensuring correctness of automatically generated programs.

📖
용어

DPLL Algorithm

Davis-Putnam-Logemann-Loveland, fundamental algorithm for boolean formula satisfiability. Basis of many modern SAT solvers used in program synthesis.

📖
용어

Theory of combinations

Mechanism enabling SMT solvers to simultaneously handle multiple heterogeneous mathematical theories. Indispensable for modeling realistic synthesis problems.

📖
용어

SAT modulo theories

Formalism unifying propositional logic and mathematical theories in a single solving framework. Enables handling complex constraints in program synthesis.

📖
용어

Symmetry constraints

Formal properties eliminating equivalent solutions to reduce the search space. Significantly accelerate synthesis by avoiding redundant exploration.

📖
용어

Incremental synthesis

Approach progressively building the program by iteratively adding features and constraints. Manages complexity through problem decomposition.

📖
용어

Hoare Models

Formal {Precondition} Program {Postcondition} triplets for verification and synthesis of correct programs. Theoretical foundation ensuring the validity of generated programs.

🔍

결과를 찾을 수 없습니다