From 4b02ac0332414a7325f62eff0da7f5523f7bb566 Mon Sep 17 00:00:00 2001
From: Stefano Pigozzi
Date: Thu, 9 Jun 2022 20:20:16 +0200
Subject: [PATCH] Sistemati min e max invertiti nel modello Fuzzy
Co-authored-by: Ste <>
---
pages/year3/gestione/teoria.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/year3/gestione/teoria.tsx b/pages/year3/gestione/teoria.tsx
index e07e26f..d69fc5d 100644
--- a/pages/year3/gestione/teoria.tsx
+++ b/pages/year3/gestione/teoria.tsx
@@ -1039,8 +1039,8 @@ const Page: NextPage = () => {
Le operazioni fuzzy diventano quindi:
- AND
: {`max( x_{A},\\ x_{B} )`}
- OR
: {`min( x_{A},\\ x_{B} )`}
+ AND
: {`min( x_{A},\\ x_{B} )`}
+ OR
: {`max( x_{A},\\ x_{B} )`}
NOT
: {`1 - x_{A}`}