freeCodeCamp/guide/chinese/logic/satisfiability/index.md

16 lines
319 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Satisfiability
localeTitle: 可满足
---
## 可满足
如果对于变量的某些真/假赋值**有时**是公式P则认为公式P是**可满足**的。
例:
* x ^ y可满足x = Ty = T.
* xvy - > x可满足x = Ty = F.
如果没有分配,则认为不满意。
#### 更多信息: