#ifndef PLACE_UTIL_H
#define PLACE_UTIL_H
#include <string>
//Initialize the placement context
void init_placement_context();
#endif