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

16 lines
564 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 считается **выполнимой,** если она **иногда** верна для некоторого присваивания переменным true / false.
Пример:
* x ^ y: Сложно с x = T, y = T
* xvy -> x: Удовлетворяет х = T, y = F
Если нет заданий, то это считается неудовлетворительным.
#### Дополнительная информация: