solving a few mathematical optimisation tasks using well-known algorithms
surtur
8ea9e5faf7
All checks were successful
continuous-integration/drone/push Build is passing
...mainly due to arbitrarily failing ci builds, as this doesn't appear to affect local builds/nix builds on remote builders, just fresh builds in the ci. the explanation for why this is happening might be that certain package VCS's don't allow many/frequent connections from IP ranges other than GOPROXY's (Google's). that is sheer speculation, though. however, it is still true that there are "no" failed ci builds with GOPROXY env var set to its default value (left untouched), which does indeed indicate that the above mentioned might be the root cause of the issue after all. |
||
---|---|---|
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).