Skip to content

Conversation

@Lipen
Copy link
Member

@Lipen Lipen commented Oct 18, 2021

No description provided.

val inputVariableLiteral: BoolVarArray = context["inputVariableLiteral"]

comment("Conjunctive guards")
// tt[c,k,u] <=> AND_{x}(used[x] => (lit[c,k,x] <=> u[x])
Copy link
Member Author

Choose a reason for hiding this comment

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

Awaiting for @chivdan to validate these constraints

val stateAlgorithmTop = context("stateAlgorithmTop") {
newBoolVarArray(C, Z)
}
if (Globals.IS_ENCODE_CONJUNCTIVE_GUARDS) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is too adhoc.

Copy link
Member Author

@Lipen Lipen left a comment

Choose a reason for hiding this comment

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

  • validate the constraints
  • perform more testing
  • back-merge master
  • refactor adhoc-y globals

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.

1 participant