RETIRED, Congress
5b11b2638a
Projection is the problem of answering a query after hypothetically executing a sequence of updates. An admin might pose the following problem: add this logical port, then this logical router, connect them this way, and then tell me what all the errors are. This change adds a Projection call to the runtime. The sequence of updates can be action invocations or rule/atom insert/deletes. The current implementation returns the set of all query instances true in the resulting state. Relatively simple to write a wrapper that computes the set of *changes* in the query resulting from the update sequence as well. Issue: # Change-Id: I69985df9dad6ae920be129191dd3bd70fa4f93dc |
||
---|---|---|
examples | ||
scripts | ||
src/policy | ||
thirdparty | ||
.gitignore | ||
Makefile | ||
README |
Congress ---------------------------------- Copyright (c) 2013 VMware, Inc. All rights reserved. 1. Compile: - from the root directory make 2. Run the API server: - from the root directory ./scripts/run_api_server 3. Run the unit tests - from the root directory ./scripts/run_tests