20 lines
288 B
Plaintext
20 lines
288 B
Plaintext
|
|
/*! @file
|
||
|
|
@author Mizux <mizux.dev@gmail.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
/*! @mainpage Introduction
|
||
|
|
Google's software suite for combinatorial optimization.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/*!
|
||
|
|
@namespace operations_research
|
||
|
|
Meta namespace.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/*!
|
||
|
|
List of constraint solver samples:
|
||
|
|
@example nurses_cp.cc
|
||
|
|
@example tsp.cc
|
||
|
|
@example vrp.cc
|
||
|
|
*/
|