shithub: riscv

Download patch

ref: 57edb0b2d451dbefbb7c138496b92d4d5de62d04
parent: 2ca54f6a26ceda9cfe5012c641154e203ff9a83b
author: aiju <devnull@localhost>
date: Wed Mar 28 16:36:04 EDT 2018

sat.h: update to include satget

--- a/sys/include/sat.h
+++ b/sys/include/sat.h
@@ -105,4 +105,4 @@
 int satval(SATSolve *, int);
 void satfree(SATSolve *);
 void satreset(SATSolve *);
-
+int satget(SATSolve *, int, int *, int);