gfan 0.7 #668
Annotations
4 errors and 1 warning
|
Formula/gfan.rb#L25
g++-14 -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/lp.cpp -o src/lp.o
g++-14 -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/enumeration.cpp -o src/enumeration.o
In file included from src/buchberger.cpp:17:
In file included from src/divisionobject.h:22:
In file included from src/gfanlib_tableau.h:14:
src/gfanlib_circuittableint.h:617:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v);
^
src/gfanlib_tableau.h:466:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::scaleVector' requested here
mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::findOrthogonalComplementAndDimension' requested here
findOrthogonalComplementAndDimension();
^
src/gfanlib_tableau.h:1889:4: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::ensureStateAsMinimum' requested here
ensureStateAsMinimum(2);
^
src/gfanlib_tableau.h:2548:20: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::getGenericSupportingHyperplane' requested here
return dualCone.getGenericSupportingHyperplane(mr);
^
src/divisionobject.h:676:28: note: in instantiation of member function 'gfan::Cone<gfan::CircuitTableInt32>::getRelativeInteriorPoint' requested here
return toIntegerVector(C2.getRelativeInteriorPoint());
^
src/gfanlib_circuittableint.h:25:29: note: template is declared here
template<typename> struct MyMakeUnsigned;
^
src/gfanlib_circuittableint.h:430:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v)+extMul(negabs(t).v,boundB.v);
^
src/gfanlib_tableau.h:468:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::dotDivVector' requested here
mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::GeneratedCo
|
|
|
|
The logs for this run have expired and are no longer available.
Loading