#418: Add SAT Solvers
-----------------------------------+----------------------------------------
Reporter: malb | Owner: was
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: SAT | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Martin Albrecht | Merged in:
Dependencies: | Stopgaps:
-----------------------------------+----------------------------------------
Comment (by Bouillaguet):
Installation of the spkg fails on my 32-bit ubuntu 12.04.
{{{
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/sage/local/include -Wall -I.
-I./../MTRand -I./../mtl -fopenmp -I/usr/local/sage/local/include
-L/usr/local/sage/local/lib -g -fPIC -Wall -pedantic -O2 -MT
DimacsParser.lo -MD -MP -MF .deps/DimacsParser.Tpo -c DimacsParser.cpp
-fPIC -DPIC -o .libs/DimacsParser.o
DimacsParser.cpp: In member function ‘void
CMSat::DimacsParser::parse_DIMACS(T) [with T = _IO_FILE*]’:
DimacsParser.cpp:482:60: instantiated from here
DimacsParser.cpp:461:33: erreur: no matching function for call to
‘StreamBuffer::StreamBuffer(_IO_FILE*&)’
DimacsParser.cpp:461:33: note: candidates are:
StreamBuffer.h:59:5: note: StreamBuffer::StreamBuffer(gzFile)
StreamBuffer.h:59:5: note: no known conversion for argument 1 from
‘_IO_FILE*’ to ‘gzFile’
StreamBuffer.h:29:7: note: StreamBuffer::StreamBuffer(const StreamBuffer&)
StreamBuffer.h:29:7: note: no known conversion for argument 1 from
‘_IO_FILE*’ to ‘const StreamBuffer&’
make[2]: *** [DimacsParser.lo] Erreur 1
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/418#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.