Files
freeCodeCamp/guide/chinese/logic/satisfiability/index.md
2018-10-16 21:32:40 +05:30

16 lines
319 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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