solving a few mathematical optimisation tasks using well-known algorithms
surtur
8f50a1ea51
All checks were successful
continuous-integration/drone/push Build is passing
..as it's more universal, should we start/allow passing more complex paths than "./res-folder".. should e.g. "./res/subpath" be passed to the former func, it would error out more easily, as the subpath would likely be non-existent, akin to `mkdir <path>` vs `mkdir -p <path>`. |
||
---|---|---|
algo | ||
bench | ||
patches/diamondburned/go | ||
report | ||
stats | ||
.drone.star | ||
.envrc | ||
.example.vimrc | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.pre-commit-config.yaml | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
overlay.nix | ||
README.md | ||
shell.nix |
math-optim
solving a few mathematical optimisation tasks using well-known algorithms
this repo holds the sawce of the semestral project for the Mathematical Informatics course.
LICENSE
GPL-3.0-or-later (see LICENSE for details).