math-optim/README.md
leo c35bd7c47f
All checks were successful
continuous-integration/drone/push Build is passing
readme: add codebeat badge
2023-02-09 16:20:00 +01:00

19 lines
1.1 KiB
Markdown

# [`math-optim`](https://git.dotya.ml/wanderer/math-optim)
> solving a few mathematical optimisation tasks using well-known algorithms
> (originally a semestral project for the Mathematical Informatics course)
[![built with nix](./.badges/built-with-nix.svg)](https://builtwithnix.org)
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/math-optim/status.svg?ref=refs/heads/development)](https://drone.dotya.ml/wanderer/math-optim)
[![Go Report Card](https://goreportcard.com/badge/git.dotya.ml/wanderer/math-optim)](https://goreportcard.com/report/git.dotya.ml/wanderer/math-optim)
[![codebeat badge](https://codebeat.co/badges/4c14d9d3-1923-405a-88ff-8d24f9968542)](https://codebeat.co/a/wan-derer/projects/git-dotya-ml-wanderer-math-optim-development-c240e785-6c1b-427a-8347-d964f139831a)
[![Go Documentation](./.badges/godoc.svg)](https://godocs.io/git.dotya.ml/wanderer/math-optim)
feel free to peek at the *sawce*.
### example math-optim run
[![asciicast](https://asciinema.org/a/518391.svg)](https://asciinema.org/a/518391)
### LICENSE
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).