Index of /web/packages/eatATA/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-09-15 10:30 6.4K 

README

Travis build status AppVeyor build status Codecov test coverage

eatATA

Overview

eatATA provides a small R interface to mathematical optimization solvers specialized on solving simple automated test assembly problems (ATA). Internally, sparse matrices are used via the Matrix package. Currently the only supported solver is Gurobi. See below for a list of implemented features and feature to come.

Installation

# Install eatATA from GitHub via
devtools::install_github("beckerbenj/eatATA", build_vignettes = TRUE)

Documentation

library(eatATA)
vignette("eatATA")

Implemented Features

The following types of constraints can be set via eatATA:

Outlook

We are hoping to build interfaces to other mathematical optimization solvers. The current interface to Gurobi is the function prepareConstraints().

Constraints that we hope to implement in the future:

If you wish to contribute to the package, please send an email to b.becker@iqb.hu-berlin.de.