Skip to content

Property verified on larger input box, but may be violated on strict subset [SpacecraftDocking] #417

Description

@HyberionBrew

When running SpacecraftDocking on the default input set
X₀ = Hyperrectangle(low=[70, 70, -0.14, -0.14], high=[106, 106, 0.14, 0.14]),
verified is returned.
Surprisingly (to me), when reducing the input set to
X₀ = Hyperrectangle(low=[70.0, 70.0, -0.14, -0.14],high=[80, 80, -0.1, -0.1],) may be violated gets returned.

I'm curious why this could be the case, and if this is a bug, as I would expect a subset of the original set to be easier to verify.

To reproduce: clone the repo and run 'SpacecraftDocking.jl' with the two different input sets; nothing else was changed.

Additionally, one of the simulations appears to be outside the yellow (overapproximated?) region when examining the returned .png.

.toml:
Project.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions