14#ifndef OR_TOOLS_ALGORITHMS_N_CHOOSE_K_H_
15#define OR_TOOLS_ALGORITHMS_N_CHOOSE_K_H_
19#include "absl/status/statusor.h"
27absl::StatusOr<int64_t>
NChooseK(int64_t n, int64_t k);
In SWIG mode, we don't want anything besides these top-level includes.
absl::StatusOr< int64_t > NChooseK(int64_t n, int64_t k)