Skip to content

Commit

Permalink
Using newer ipasir header
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Aug 3, 2023
1 parent 26d4d4d commit 8146478
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ipasir.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ IN THE SOFTWARE.
#ifndef ipasir_h_INCLUDED
#define ipasir_h_INCLUDED

/*------------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/*------------------------------------------------------------------------*/

/**
* Return the name and the version of the incremental SAT
* solving library.
Expand Down Expand Up @@ -149,4 +155,10 @@ void ipasir_set_terminate (void * solver, void * state, int (*terminate)(void *
*/
void ipasir_set_learn (void * solver, void * state, int max_length, void (*learn)(void * state, int * clause));

/*------------------------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
/*------------------------------------------------------------------------*/

#endif

0 comments on commit 8146478

Please sign in to comment.