Skip to content

Implement input-vars decomposition for parallel modular synthesis#16

Open
Lipen wants to merge 35 commits into
masterfrom
feature/input-decomposition
Open

Implement input-vars decomposition for parallel modular synthesis#16
Lipen wants to merge 35 commits into
masterfrom
feature/input-decomposition

Conversation

@Lipen

@Lipen Lipen commented Oct 18, 2021

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
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.

@Lipen Lipen left a comment

Copy link
Copy Markdown
Member Author

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