Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update AE library #1408

Merged
merged 2 commits into from
Mar 15, 2024
Merged

update AE library #1408

merged 2 commits into from
Mar 15, 2024

Conversation

jiawei-95
Copy link
Contributor

No description provided.

@@ -121,7 +124,7 @@ IntervalESBase RelationSolver::RSY(const IntervalESBase& domain, const Z3Expr& p
Z3Expr rhs = !(gamma_hat(lower, domain));
solver.push();
solver.add(phi.getExpr() && rhs.getExpr());
Map<u32_t, double> solution;
Map<u32_t, int32_t> solution;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace all int32_t with s32_t?

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.06%. Comparing base (75e0234) to head (53106a9).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1408      +/-   ##
==========================================
- Coverage   68.09%   68.06%   -0.03%     
==========================================
  Files         250      250              
  Lines       27770    27771       +1     
==========================================
- Hits        18909    18903       -6     
- Misses       8861     8868       +7     
Files Coverage Δ
svf/include/AE/Core/BoundedZ3Expr.h 69.89% <ø> (ø)
svf/include/AE/Core/IntervalValue.h 76.15% <ø> (-2.50%) ⬇️
svf/include/AE/Core/NumericLiteral.h 79.84% <100.00%> (+0.15%) ⬆️
svf/include/AE/Core/RelationSolver.h 100.00% <ø> (ø)
svf/include/Util/Z3Expr.h 97.61% <ø> (ø)
svf/lib/AE/Core/RelationSolver.cpp 88.29% <100.00%> (ø)

@yuleisui yuleisui merged commit 40122af into SVF-tools:master Mar 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants