/org-gracilianomp-function-simulation

A function simulation and search. You can find a solution (function) for a set of input and output data (input + target).

Primary LanguageJavaOtherNOASSERTION

Function Simulation - By Graciliano M. P.

A function simulation and search. You can find a solution (function) for a set of input and output data (input + target).

Requirements

  • JDK 1.8+

Installation

  • We use Gradle, a cross-platform build automation tool that help with our full development flow. If you prefer install Gradle or use a Gradle wrapper inside this project.

Build project

./gradlew clean build

Run tests

./gradlew clean test

Generate Javadoc

./gradlew javaDoc

Publish artifacts

./gradlew upload

Happy Coding!