18 lines
888 B
Markdown
18 lines
888 B
Markdown
# [`math-optim`](https://git.dotya.ml/wanderer/math-optim)
|
|
|
|
> solving a few mathematical optimisation tasks using well-known algorithms
|
|
|
|
[![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)
|
|
[![Go Documentation](./.badges/godoc.svg)](https://godocs.io/git.dotya.ml/wanderer/math-optim)
|
|
|
|
this repo holds the *sawce* of the semestral project for the Mathematical
|
|
Informatics course.
|
|
|
|
### 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).
|