Skip to content

Marabou Integration#11

Open
ntinouldinho wants to merge 29 commits intomasterfrom
external-verifiers-vnnlib
Open

Marabou Integration#11
ntinouldinho wants to merge 29 commits intomasterfrom
external-verifiers-vnnlib

Conversation

@ntinouldinho
Copy link

No description provided.

# split the disjunction into separate formulas
for formula in disjunction.args():
res, formulas = self.is_negation_of_ite(formula)
if res:
Copy link
Author

Choose a reason for hiding this comment

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

formulas = formulas if res else [formula]
for form in formulas:
...

Choose a reason for hiding this comment

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

done


scaling_factor = max_value - min_value

_, scaled_var_index = self.get_variable_by_name(scaled_var.name)
Copy link
Author

Choose a reason for hiding this comment

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

add this functions as a Variable class property

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