include preview

This commit is contained in:
SowinskiBraeden committed 2022-06-21 23:01:45 -07:00
1 parent 91bb56149f
commit 503124a223
3 files changed
+16

No files matched your search

+16
View File
@@ -9,3 +9,19 @@ V3 has a entirely different approach from V1 and V2, that you can read about at
the function in [`generator.py`](/scheduleGenerator/generator.py). The function is broken up into 6 steps, each step is labeled within
the function with a comment, giving a brief explination of what that step contributes to the
algorithm.
This is the output after running it with the following command
```
$ ./tinker.py
```
!(preview)[/preview/generator-preview.png]
A more in depth error log can be read with the additional argument
```
$ ./tinker.py errors
```
!(preview)[/preview/error-preview.png]
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB