Skip to content

linkedin/DuaLip

Repository files navigation

PyTorch Rewrite - Temporary README

The branch dualip-pytorch serves as the master branch while we update the repo to the new Pytorch version of DuaLip. This branch is protected, and so changes should be made by creating a new branch from dualip-pytorch and then submitting a pull request.

Once dualip-pytorch is stable enough for an initial release, we will set dualip-pytorch to be the master branch. The older scala based master branch is frozen under the dualip-legacy-scala branch.

Development setup and workflow

Clone the Github repo and then create a new branch from dualip-pytorch.

  1. Create & activate a virtual environment
python -m venv .venv && source .venv/bin/activate   # Windows: .\.venv\Scripts\activate
  1. Install dev dependencies and pre-commit hooks
make install
  1. Run tests
make test
  1. Run checkstyle (format + lint)
make checkstyle

About

DuaLip: Dual Decomposition based Linear Program Solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12