Skip to content

Commit

Permalink
Fix fraction handling in FormulaOfVaWithSingleIntegerRoot using prope…
Browse files Browse the repository at this point in the history
…r boost::multiprecision type conversion
  • Loading branch information
devin-ai-integration[bot] authored and ohhmm committed Feb 13, 2025
1 parent 0b9baff commit a54e032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omnn/math/FormulaOfVaWithSingleIntegerRoot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include "Product.h"
#include "Sum.h"
#include "Fraction.h"
#include <boost/multiprecision/cpp_int.hpp>
#include <boost/multiprecision/cpp_rational.hpp>

Check failure on line 11 in omnn/math/FormulaOfVaWithSingleIntegerRoot.cpp

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

boost/multiprecision/cpp_rational.hpp: No such file or directory

Check failure on line 11 in omnn/math/FormulaOfVaWithSingleIntegerRoot.cpp

View workflow job for this annotation

GitHub Actions / build (macos-latest)

'boost/multiprecision/cpp_rational.hpp' file not found

Check failure on line 11 in omnn/math/FormulaOfVaWithSingleIntegerRoot.cpp

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Cannot open include file: 'boost/multiprecision/cpp_rational.hpp': No such file or directory
#include <list>
#include <deque>
#include <list>
#include <ranges>
Expand Down

0 comments on commit a54e032

Please sign in to comment.