gfan 0.7 #665
Annotations
4 errors and 1 warning
|
Formula/gfan.rb#L31
2548 | return dualCone.getGenericSupportingHyperplane(mr);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
src/divisionobject.h:676:52: required from here
676 | return toIntegerVector(C2.getRelativeInteriorPoint());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
src/gfanlib_circuittableint.h:617:57: error: invalid use of incomplete type 'struct gfan::MyMakeUnsigned<long long int>'
617 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_circuittableint.h:25:29: note: declaration of 'struct gfan::MyMakeUnsigned<long long int>'
25 | template<typename> struct MyMakeUnsigned;
| ^~~~~~~~~~~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::dotDivVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>) [with word = int; longword = long long int]':
src/gfanlib_tableau.h:468:27: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt32]'
468 | mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:554:28: required from 'void gfan::GeneratedCone<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt32]'
554 | Tableau<mvtyp>::exchange(i,j);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/gfanlib_tableau.h:1093:12: required from 'void gfan::GeneratedCone<mvtyp>::findOrthogonalComplementAndDimension() [with mvtyp = gfan::CircuitTableInt32]'
1093 | this->exchange(i,j);
| ~~~~~~^~~~~~~~
src/gfanlib_tableau.h:1722:5: required from 'void gfan::GeneratedCone<mvtyp>::ensureStateAsMinimum(int) [with mvtyp = gfan::CircuitTableInt32]'
1722 | findOrthogonalComplementAndDimension();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:1889:4: required from 'gfan::Vector<otherTyp> gfan::GeneratedCone<mvtyp>::getGenericSupportingHyperplane(MR*) [with mvtyp = gfan::CircuitTableInt32; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
1889 | ensureStateAsMinimum(2);
| ^~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:2548:50: required from 'gfan::Vector<otherTyp> gfan::Cone<mvtyp>::getRelativeInteriorPoint(MR*) [with mvtyp = gfan::CircuitTableInt32; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
2548 | return dualCone.getGenericSupportingHyperplane(mr);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
src/divisionobject.h:676:52: required from here
676 | return toIntegerVector(C2.getRelativeInteriorPoint());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
src/gfanlib_circuittableint.h:430:57: error: invalid use of incomplete type 'struct gfan::MyMakeUnsigned<long long int>'
430 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v)+extMul(negabs(t).v,boundB.v);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_circuittableint.h
|
|
|
|
The logs for this run have expired and are no longer available.
Loading