Generated on Wed Jan 1 2020 10:37:59 for Gecode by doxygen 1.8.16
array.cpp File Reference
#include <gecode/kernel.hh>

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Kernel
 Kernel functionality
 

Functions

bool Gecode::Kernel::duplicates (void **p, int n)
 Check whether p has duplicates among its n elements (changes p) More...
 
bool Gecode::Kernel::duplicates (void **p, int n, void **q, int m)
 Check whether p has common elements with q. More...