#include <memory>#include <set>#include <vector>#include "ortools/base/logging.h"

Go to the source code of this file.
Classes | |
| class | operations_research::DynamicPermutation |
| Maintains a 'partial' permutation of [0..n-1] onto itself, with a dynamic API allowing it to be built incrementally, and allowing some backtracking. More... | |
Namespaces | |
| operations_research | |
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | |