#include <deque>
#include <utility>
#include "search_impl_base.h"
#include "variable.h"
#include "circuit.h"
#include "statistics.h"
#include <set>
#include "smartcdo.h"
Include dependency graph for search_fast.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Created: Mon Jul 21 17:33:18 UTC 2003
License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.
A faster implementation of the proof search engine
Definition in file search_fast.h.