Commit Graph

48 Commits

Author SHA1 Message Date
SinusFox 32c27a40bb Fixing design issue and updating license link 2024-10-07 19:17:58 +02:00
SinusFox 68f1b25494 Updatint License 2024-10-07 19:16:49 +02:00
SinusFox d02909a825 Merge branch 'main' into adding-results-and-export
Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-10-07 17:29:39 +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 eaa5edc231 Merge branch 'adding-results-and-export' of https://github.com/Spaceholder-Programming/Operations-Research-Tool into adding-results-and-export 2024-10-07 16:56:40 +02:00
SinusFox 96f64cd361 Deleting license to recreate proper license 2024-10-07 16:56:31 +02:00
SinusFox d0da8f9876 Update README.md
Updating license info

Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-10-07 16:54:04 +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 9785684d1b Update LICENCE.txt
We are required to use the same license. See https://github.com/hgourvest/node-glpk/blob/master/LICENSE
2024-10-06 20:45:15 +02:00
SinusFox e1ffc62350 Updating README and .gitignore (#20)
* Initial Push

Inititial project state

* Static demo version

* static demo site - added variables

a

* first_implementation

* Updated UI, Improved Style to be more "Reactly", added Functionality

* add parsing functions

* change folder

* Import/Export Prototype

* Adding "reactjs-popup" to package,json

* Adding GLPK source

* Rough implementation of solver + example

* Show solution in output

* example 2 + popup lib

* 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.

* 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.

* Updating Logs

Now the site displays all logs created with customLog(STRING). Logs can be cleared with customLogClear();

* 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()

* Adding duals ouput

* Adding glpk.js package

required dependency

* adding LP format export and fixing a few errors

* fixing further errors

* adding automatic build

* Moving files to correct folders

* Update nextjs.yml

* Updating README and .gitignore

README:
- added installation instructions
- added troubleshooting

gitignore:
- skipping Writerside and .idea folders

---------

Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
Co-authored-by: moebiusl <lucas.moebius@icloud.com>
Co-authored-by: Marcel Pöppe <marcel.poeppe@gmail.com>
2024-10-06 20:23:21 +02:00
SinusFox 14fd564d05 Merge branch 'main' into adding-results-and-export
Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-10-06 20:04:13 +02:00
SinusFox bc1f80272c Updating README and .gitignore
README:
- added installation instructions
- added troubleshooting

gitignore:
- skipping Writerside and .idea folders
2024-10-06 19:53:43 +02:00
SinusFox e8d29783c6 Adding results and export (#19)
* Initial Push

Inititial project state

* Static demo version

* static demo site - added variables

a

* first_implementation

* Updated UI, Improved Style to be more "Reactly", added Functionality

* add parsing functions

* change folder

* Import/Export Prototype

* Adding "reactjs-popup" to package,json

* Adding GLPK source

* Rough implementation of solver + example

* Show solution in output

* example 2 + popup lib

* 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.

* 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.

* Updating Logs

Now the site displays all logs created with customLog(STRING). Logs can be cleared with customLogClear();

* 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()

* Adding duals ouput

* Adding glpk.js package

required dependency

* adding LP format export and fixing a few errors

* fixing further errors

* adding automatic build

* Moving files to correct folders

* Update nextjs.yml

---------

Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
Co-authored-by: moebiusl <lucas.moebius@icloud.com>
Co-authored-by: Marcel Pöppe <marcel.poeppe@gmail.com>
2024-10-03 23:00:32 +02:00
SinusFox bbe07f92b3 Update nextjs.yml 2024-10-03 22:52:02 +02:00
SinusFox aec32652d7 Merge branch 'main' into adding-results-and-export
Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-10-03 22:49:04 +02:00
SinusFox fb54890785 Moving files to correct folders 2024-10-03 22:43:07 +02:00
SinusFox ec26454c87 adding automatic build 2024-10-03 22:31:14 +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 930d7fbdae Adding glpk.js package
required dependency
2024-10-02 16:59:01 +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 c2f3f87fc3 example 2 + popup lib 2024-10-01 12:05:14 +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 aa1dcd2d20 Deploy to GitHub Pages Workflow - Create nextjs.yml (#12)
Signed-off-by: SinusFox <61253950+SinusFox@users.noreply.github.com>
2024-09-24 15:18:40 +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
SinusFox f90f8294d7 Adding "reactjs-popup" to package,json 2024-09-24 10:13:49 +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
widepoeppihappy f451676f5f Merge pull request #2 from Spaceholder-Programming/upload-previous
Upload der bisherigen Dateien
2024-09-11 21:18:59 +02:00
SinusFox c37fb8078c Merge pull request #1 from Spaceholder-Programming/Added-licence
Create LICENCE.txt
2024-09-11 14:04:41 +02:00
SinusFox 04aed7a83a new file: .gitignore
modified:   README.md
	new file:   index.html
2024-09-11 14:01:25 +02:00
widepoeppihappy 98edcae734 Create LICENCE.txt 2024-09-11 13:06:45 +02:00
SinusFox f790dbb01c Initial commit 2024-09-11 12:38:05 +02:00