Skip to content

Instantly share code, notes, and snippets.

@sithhell
sithhell / 15_puzzle.cpp
Last active December 12, 2015 06:38
Example for a fully asynchronous solver for the fifteen puzzle. This example is explain at: http://stellar.cct.lsu.edu/?p=877
// Copyright (c) 2013 Thomas Heller
// Copyright (c) 2013 Andreas Schaefer
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <hpx/hpx_main.hpp>
#include <hpx/hpx.hpp>
#include <hpx/include/iostreams.hpp>