Commit Graph

32 Commits

Author SHA1 Message Date
SinusFox 62c3f7c55c fixing maxmin on lp export 2024-10-11 12:20:01 +02:00
SinusFox f9a71d5042 adding unit test for rendering home page 2024-10-11 11:33:21 +02:00
SinusFox d92236e6ef adding minimize button 2024-10-11 09:22:14 +02:00
SinusFox e48f11d03a adding output translations 2024-10-11 09:13:26 +02:00
SinusFox d4c1c3a2ad adding translations 1/2
UI Translations

Coming in 2/2: Output translations
2024-10-10 15:08:59 +02:00
SinusFox 6e174688bd Fixing white mode 2024-10-10 15:08:14 +02:00
SinusFox 043e007b83 Fixing typo in log 2024-10-07 19:19:27 +02:00
SinusFox c9119bbf73 Merge branch 'adding-results-and-export' of https://github.com/Spaceholder-Programming/Operations-Research-Tool into adding-results-and-export 2024-10-07 17:27:57 +02:00
SinusFox 17bd1f391c Fixing word issue
English has some false friends... like the German "Enter" is actually return in English.
2024-10-07 17:27:50 +02:00
SinusFox ecd7ad81d4 Update layout.tsx
fixing typo

Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-10-07 17:01:13 +02:00
SinusFox 00d72a1560 Adding RegEx input checks and updating text box explanations 2024-10-07 16:50:11 +02:00
SinusFox 5efd089f66 Updating icon 2024-10-07 16:44:25 +02:00
SinusFox fb54890785 Moving files to correct folders 2024-10-03 22:43:07 +02:00
SinusFox 72e610f814 fixing further errors 2024-10-03 22:29:19 +02:00
SinusFox 8c39997a5a adding LP format export and fixing a few errors 2024-10-03 22:22:00 +02:00
SinusFox 423c692872 Adding duals ouput 2024-10-02 16:48:06 +02:00
SinusFox ebf7e33e23 Adding walltime
Can be called using:

Start:
function walltimeStart() {
returns Date.now();

Stop:
function walltimeStopAndPrint(startpoint: number) {
Add startpoint as argument.
It prints the elapsed time using customLog()
2024-10-02 16:36:43 +02:00
SinusFox 2489ca2ea7 Updating Logs
Now the site displays all logs created with customLog(STRING). Logs can be cleared with customLogClear();
2024-10-02 15:48:43 +02:00
SinusFox 1c487b0373 Removing "Popout" button
This feature won't be needed in this state of the project and might come back later. Right now it serves no functional purpose.
2024-10-02 15:04:10 +02:00
SinusFox 2c21abe12d removing import button
This feature won't be needed in this state of the project and might come back later. Right now it serves no functional purpose.
2024-10-02 15:03:32 +02:00
Marcel Pöppe ba5bcb3122 Show solution in output 2024-10-01 11:12:26 +02:00
Marcel Pöppe 3902133452 Rough implementation of solver + example 2024-09-28 13:56:11 +02:00
SinusFox 11ed1c272f Adding GLPK source 2024-09-24 10:39:05 +02:00
SinusFox 2d3ac736a8 Merge pull request #10 from Spaceholder-Programming/glpk_implementation
merging GLPK implementation and new UI
2024-09-24 10:32:31 +02:00
Marcel Pöppe 312e4ae1f5 Import/Export Prototype 2024-09-23 19:59:46 +02:00
moebiusl 11cc202ba3 change folder 2024-09-19 10:54:04 +02:00
moebiusl eca347ae09 add parsing functions 2024-09-19 10:52:00 +02:00
Marcel Pöppe 9141d9e6fb Updated UI, Improved Style to be more "Reactly", added Functionality 2024-09-18 13:24:55 +02:00
moebiusl 0806c8917d first_implementation 2024-09-18 13:13:02 +02:00
SinusFox ab97b462e3 static demo site - added variables
a
2024-09-15 14:12:46 +02:00
SinusFox 3622305672 Static demo version 2024-09-15 13:58:39 +02:00
SinusFox bfca38fcdd Initial Push
Inititial project state
2024-09-13 21:16:46 +02:00