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 input-vars decomposition for parallel modular synthesis #16

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

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

@@ -98,6 +98,14 @@ fun Solver.declareBasicVariables(
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