Skip to content

Commit

Permalink
Merge branch 'documentation/citation'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Jul 6, 2023
2 parents 2b3d7a9 + 48c1766 commit e6a92c0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Recommendation on how to cite in publications (#943)

### Changed

- Exposed internal variables to get feature parity for pyvroom (#901)
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Good solutions, fast._

## About

VROOM is an open-source optimization engine written in C++17 that aim
VROOM is an open-source optimization engine written in C++20 that aim
at providing good solutions to various real-life [vehicle routing
problems](https://en.wikipedia.org/wiki/Vehicle_routing_problem) (VRP)
within a small computing time.
Expand Down Expand Up @@ -128,3 +128,18 @@ Academic and custom benchmarks are heavily used during development for
each new core feature. Every new release is checked against all
benchmarks classes to spot potential regressions with regard to both
solution quality and computing times.

## Reference in publications

To cite VROOM in publications, please use:

```bibtex
@manual{vroom_v1.13,
title = {{VROOM v1.13, Vehicle Routing Open-source Optimization Machine}},
author = {Coupey, Julien and Nicod, Jean-Marc and Varnier, Christophe},
year = 2023,
organization = {Verso (\url{https://verso-optim.com/})},
address = {Besançon, France},
note = {\url{http://vroom-project.org/}}
}
```
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

## Final release

- Bump version number in `src/utils/version.h` and in `CHANGELOG.md`
and commit changes
- Bump version number in `src/utils/version.h`, `CHANGELOG.md` and
`README.md` and commit changes
- Tag : `git tag vX.Y.0`
- Push release branch and tag: `git push origin release/X.Y`, `git push origin vX.Y.0`
- Draft a new release on github
Expand Down

0 comments on commit e6a92c0

Please sign in to comment.