Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msakai/homebrew-tap


https://github.com/msakai/homebrew-tap

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# msakai/tap

This repository provides custom [Homebrew](https://brew.sh/) Tap for some of my works.

## List of formulae

* [toysolver](Formula/toysolver.rb) - Solvers for SAT, SMT, Max-SAT, PB, MIP, etc. developed by me. ([Github](https://github.com/msakai/toysolver), [Hackage](https://hackage.haskell.org/package/toysolver))
* [liblbfgsb](Formula/liblbfgsb.rb) - [L-BFGS-B](https://users.iems.northwestern.edu/~nocedal/lbfgsb.html) library for large-scale bound-constrained optimization, packaged by me for convinience of use Haskell's [l-bfgs-b](http://nonempty.org/software/haskell-l-bfgs-b) pacakge ([Hackage](https://hackage.haskell.org/package/l-bfgs-b)).

## How do I install these formulae?
`brew install msakai/tap/`

Or `brew tap msakai/tap` and then `brew install `.

## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).