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

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