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

implement delta matrix in rust and move to use incidence matrix #595

Open
wants to merge 70 commits into
base: master
Choose a base branch
from

run rust unit tests

fec36c1
Select commit
Loading
Failed to load commit list.
Open

implement delta matrix in rust and move to use incidence matrix #595

run rust unit tests
fec36c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 21, 2024 in 0s

96.66% of diff hit (target 81.01%)

View this Pull Request on Codecov

96.66% of diff hit (target 81.01%)

Annotations

Check warning on line 81 in src/arithmetic/algebraic_expression/algebraic_expression_add.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arithmetic/algebraic_expression/algebraic_expression_add.c#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 61 in src/arithmetic/algebraic_expression/algebraic_expression_mul.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arithmetic/algebraic_expression/algebraic_expression_mul.c#L61

Added line #L61 was not covered by tests

Check warning on line 206 in src/arithmetic/algebraic_expression/utils.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arithmetic/algebraic_expression/utils.c#L206

Added line #L206 was not covered by tests

Check warning on line 474 in src/constraint/constraint.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/constraint/constraint.c#L474

Added line #L474 was not covered by tests

Check warning on line 583 in src/constraint/constraint.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/constraint/constraint.c#L583

Added line #L583 was not covered by tests

Check warning on line 360 in src/graph/graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/graph/graph.c#L360

Added line #L360 was not covered by tests

Check warning on line 366 in src/graph/graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/graph/graph.c#L366

Added line #L366 was not covered by tests

Check warning on line 543 in src/graph/graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/graph/graph.c#L542-L543

Added lines #L542 - L543 were not covered by tests

Check warning on line 548 in src/graph/graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/graph/graph.c#L545-L548

Added lines #L545 - L548 were not covered by tests

Check warning on line 62 in src/serializers/decoders/prev/v10/decode_graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v10/decode_graph.c#L62

Added line #L62 was not covered by tests

Check warning on line 145 in src/serializers/decoders/prev/v10/decode_graph_entities.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v10/decode_graph_entities.c#L145

Added line #L145 was not covered by tests

Check warning on line 170 in src/serializers/decoders/prev/v11/decode_graph_entities.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v11/decode_graph_entities.c#L170

Added line #L170 was not covered by tests

Check warning on line 79 in src/serializers/decoders/prev/v12/decode_graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v12/decode_graph.c#L79

Added line #L79 was not covered by tests

Check warning on line 170 in src/serializers/decoders/prev/v12/decode_graph_entities.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v12/decode_graph_entities.c#L170

Added line #L170 was not covered by tests

Check warning on line 81 in src/serializers/decoders/prev/v13/decode_graph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v13/decode_graph.c#L81

Added line #L81 was not covered by tests

Check warning on line 172 in src/serializers/decoders/prev/v13/decode_graph_entities.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/decoders/prev/v13/decode_graph_entities.c#L172

Added line #L172 was not covered by tests

Check warning on line 21 in src/serializers/graph_extensions.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/graph_extensions.c#L21

Added line #L21 was not covered by tests

Check warning on line 24 in src/serializers/graph_extensions.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/graph_extensions.c#L24

Added line #L24 was not covered by tests

Check warning on line 27 in src/serializers/graph_extensions.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/graph_extensions.c#L27

Added line #L27 was not covered by tests

Check warning on line 32 in src/serializers/graph_extensions.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/graph_extensions.c#L32

Added line #L32 was not covered by tests

Check warning on line 38 in src/serializers/graph_extensions.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/serializers/graph_extensions.c#L38

Added line #L38 was not covered by tests