math-optim/README.md

18 lines
903 B
Markdown
Raw Permalink Normal View History

2022-06-14 16:46:11 +02:00
# [`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)
2022-06-14 16:46:11 +02:00
[![built with nix](./.badges/built-with-nix.svg)](https://builtwithnix.org)
2022-06-14 17:31:59 +02:00
[![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)
2022-07-04 17:34:17 +02:00
[![Go Documentation](./.badges/godoc.svg)](https://godocs.io/git.dotya.ml/wanderer/math-optim)
2022-06-14 16:46:11 +02:00
feel free to peek at the *sawce*.
2022-06-14 16:46:11 +02:00
2022-09-01 21:00:46 +02:00
### example math-optim run
[![asciicast](https://asciinema.org/a/518391.svg)](https://asciinema.org/a/518391)
2022-06-14 16:46:11 +02:00
### LICENSE
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).