Fix warnings and many things - #401
Open
Jordan08 wants to merge 56 commits into
Open
Conversation
Change name in AffineMain: size -> noise_count,... Correct many bugs in AffineForm domain and tests
rename the folder "AffineForm" into "affine" Fix many memory leaks and bugs compil manual fixed compil with option WITH_PYTHON fixed and tested with Debug.
…tation of the slice method in SlicedTube was returning a reference to a Slice object that was created from a shared pointer to a TSlice object. However, the shared pointer was being created with a custom deleter that did nothing, which meant that the TSlice object was never deleted, leading to a memory leak.
Fix warnings
… based on the Eigen library and provide a Python interface to the Affine domain classes and operations. The following files have been added or modified: - CMakeLists.txt: Updated to include the new source files for the Affine domain bindings
# Conflicts: # CMakeLists.txt
…egral test Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…egral test Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Add init_from_list() function to AffineForm to allow initialization from a list of values.
- fix a bug in the binding python code for AffineVariables
fix bug in the binding python In python, change matrix-vector product "*" to matrix-vector product "@"
Co-authored-by: Jordan08 <6967787+Jordan08@users.noreply.github.com>
Co-authored-by: Jordan08 <6967787+Jordan08@users.noreply.github.com>
…lable in the current version of MinGW.
The three Matrix literals were written with the IntervalMatrix idiom, where the inner braces build an Interval. On a Matrix of doubles they are just braces around a scalar, which clang reports as -Wbraced-scalar-init. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
{10.2} selected set(codomain,double) through a braced scalar initializer
rather than the intended Interval overload named by the comment. Both
behave the same for a degenerate instant, since set(codomain,Interval)
samples t.lb() and collapses to a single slice when t is degenerate.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.