Pablo San Segundo

Home * People * Pablo San Segundo

[ Pablo San Segundo [1] Pablo San Segundo Carrillo,

a Spanish chess grandmaster, Spanish chess champion in 1997 and member of the Olympic team since 1994, computer scientist and associate professor at the Universidad Politécnica de Madrid (UPM). His research interests include heuristics, combinatorics, game theory, graph theory, clique problems and vertex coloring, and AI search- and optimization problems in general, specially applying bitboards. In their 2005 paper, Bitboards: A New Approach [2] , Pablo San Segundo and Ramón Galán mention Bitscan by Modulo for finding 1-bits in a practically no space consuming way, at that time likely not yet aware of De Bruijn multiplication as proposed by Charles Leiserson et al. in 1998 [3], which is however mentioned in Segundo et al. 2011 on BBMC [4].

GRAPH

GRAPH, a small C++ library with a number of data types for bit-encoded graphs using BITSCAN has been released [7].

Selected Publications

[8]

2005 …

2010 …

2015 …

References

  1. Pablo San Segundo at the 38th Chess Olympiad, Dresden 2008, Photo by Frank Hoppe, Pablo San Segundo Carrillo from Wikipedia.es (Spanish)
  2. Pablo San Segundo, Ramón Galán (2005). Bitboards: A New Approach. AIA 2005
  3. Charles E. Leiserson, Harald Prokop, Keith H. Randall (1998). Using de Bruijn Sequences to Index a 1 in a Computer Word. pdf
  4. Pablo San Segundo, Diego Rodríguez-Losada, Agustín Jiménez (2011). An exact bit-parallel algorithm for the maximum clique problem. Computers & Operations Research, Vol. 38, No. 2, 2 Preliminaries 2.2 Bit-parallel computation
  5. Pablo San Segundo, Diego Rodríguez-Losada, Agustín Jiménez (2011). An exact bit-parallel algorithm for the maximum clique problem. Computers & Operations Research, Vol. 38, No. 2
  6. GitHub - psanse/bitscan: C++ library for bit twiddling
  7. GitHub - psanse/graph: graph library for bit-encoded graphs with BITSCAN
  8. dblp: Pablo San Segundo
  9. Clique problem from Wikipedia

Up one Level