#include "substitute.h"#include "allocate.h"#include "backtrack.h"#include "inline.h"#include "print.h"#include "proprobe.h"#include "report.h"#include "terminate.h"#include "trail.h"#include "weaken.h"#include <string.h>
Go to the source code of this file.
Functions | |
| void | kissat_substitute (kissat *solver, bool complete) |
Definition at line 606 of file substitute.c.