Commit Graph

12 Commits

Author SHA1 Message Date
SinusFox 043e007b83 Fixing typo in log 2024-10-07 19:19:27 +02:00
SinusFox 00d72a1560 Adding RegEx input checks and updating text box explanations 2024-10-07 16:50:11 +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
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
Marcel Pöppe 312e4ae1f5 Import/Export Prototype 2024-09-23 19:59:46 +02:00
Marcel Pöppe 9141d9e6fb Updated UI, Improved Style to be more "Reactly", added Functionality 2024-09-18 13:24:55 +02:00