solving a few mathematical optimisation tasks using well-known algorithms
Go to file
2022-06-14 16:46:11 +02:00
patches/diamondburned/go initial commit 2022-06-14 16:46:11 +02:00
.envrc initial commit 2022-06-14 16:46:11 +02:00
.example.vimrc initial commit 2022-06-14 16:46:11 +02:00
.gitattributes initial commit 2022-06-14 16:46:11 +02:00
.gitignore initial commit 2022-06-14 16:46:11 +02:00
.golangci.yml initial commit 2022-06-14 16:46:11 +02:00
.pre-commit-config.yaml initial commit 2022-06-14 16:46:11 +02:00
default.nix initial commit 2022-06-14 16:46:11 +02:00
flake.lock initial commit 2022-06-14 16:46:11 +02:00
flake.nix initial commit 2022-06-14 16:46:11 +02:00
go.mod initial commit 2022-06-14 16:46:11 +02:00
go.sum initial commit 2022-06-14 16:46:11 +02:00
LICENSE initial commit 2022-06-14 16:46:11 +02:00
main.go initial commit 2022-06-14 16:46:11 +02:00
overlay.nix initial commit 2022-06-14 16:46:11 +02:00
README.md initial commit 2022-06-14 16:46:11 +02:00
shell.nix initial commit 2022-06-14 16:46:11 +02:00

math-optim

solving a few mathematical optimisation tasks using well-known algorithms

built with nix

this repo holds the sawce of the semestral project for the Mathematical Informatics course.

LICENSE

GPL-3.0-or-later (see LICENSE for details).