solving a few mathematical optimisation tasks using well-known algorithms
surtur
621f56f5e3
All checks were successful
continuous-integration/drone/push Build is passing
* create tables as defined in the report pkg. * add new funcs to calculate stats and prepare the necessary table structs. * rework existing `stats` tests * handle a weird test behaviour when tmpl at `report/table.tmpl` is not found when testing a `stats` func. |
||
---|---|---|
.badges | ||
algo | ||
bench | ||
patches/diamondburned/go | ||
report | ||
stats | ||
util | ||
.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).