Skip to content

Repository files navigation

Solver

Gitpod

Algorithms to find shortest and simplest possible functions for given input and output data ranges.

Prerequisites

Usually it is enough to use rust-toolchain.toml file for cargo configuration. In case you need to install required toolchain manually, you can use that command:

rustup toolchain install stable && cargo +stable build

Run

cargo run

Save result to file

cargo run 2>&1 | tee result.txt

About

Algorithms to find shortest and simplest possible functions for given input and output data ranges.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages