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

https://github.com/cptoolset/homebrew-xcsp-launcher

Homebrew Formula for xcsp-launcher
https://github.com/cptoolset/homebrew-xcsp-launcher

homebrew homebrew-formula homebrew-tap tootatis xcsp xcsp-launcher xcsp3

Last synced: 3 months ago
JSON representation

Homebrew Formula for xcsp-launcher

Awesome Lists containing this project

README

          

# ๐Ÿงช Homebrew Tap for XCSP Launcher

This repository provides a [Homebrew](https://brew.sh) tap for installing [`xcsp-launcher`](https://github.com/CPToolset/xcsp-launcher) โ€” a unified tool to install, build, and launch constraint solvers compatible with the [XCSP3](https://xcsp.org) format.

## ๐Ÿ›  Installation

```bash
brew tap CPToolset/homebrew-xcsp-launcher
brew install xcsp
```

## ๐Ÿš€ Usage

Once installed, you can access the CLI tool:

```bash
xcsp --help
```

You can use it to:

- Install and compile solvers from configuration files
- Launch solvers on XCSP3 instances

## ๐Ÿ”„ Updating

To update to the latest version:

```bash
brew update
brew upgrade xcsp
```

## ๐Ÿ“š Related Projects

- [CPToolset/xcsp-launcher](https://github.com/CPToolset/xcsp-launcher): The main launcher tool