From 00d72a156023ed96aa336b2345db3075839917d2 Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:50:11 +0200 Subject: [PATCH] Adding RegEx input checks and updating text box explanations --- src/app/page.tsx | 10 +++++----- src/app/scripts.ts | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1d499..41c7baa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,19 +19,19 @@ export default function Home() { =.\nExample:\nx + y\n-786433 x1 + 655361 x2"} id="objective"/> =.\nExample:\n+1 x + 2 y <= 15\n524321 x14 + 524305 x15 <= 4194303.5"} id="subject"/> =.\nExample:\nx >= 0\nx > 0\n0 <= x1 <= 1"} id="bounds"/>