Painless
A framework to ease parallelization of sequential CDCL SAT solvers
Loading...
Searching...
No Matches
src
preprocessors
PRS-Preprocessors
utils-prs
parse.hpp
1
#ifndef _parse_hpp_INCLUDED
2
#define _parse_hpp_INCLUDED
3
#include <vector>
4
5
char
*
6
read_int(
char
* p,
int
* i);
7
char
*
8
read_until_new_line(
char
* p);
9
void
10
readfile(
const
char
* file,
int
* orivars,
int
* oriclauses, std::vector<std::vector<int>>& clause);
11
12
#endif
Generated by
1.12.0 Doxygen Theme by
doxygen-awesome