fix, reindent, add tests

This commit is contained in:
Laurent Perron
2022-09-27 18:00:48 +02:00
parent 1a5be9484e
commit f39efd5ac8
14 changed files with 95 additions and 51 deletions

View File

@@ -11,10 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
syntax = "proto3";
package operations_research;
// Storage for IntVars.
@@ -63,4 +61,3 @@ message AssignmentProto {
WorkerInfo worker_info = 4;
bool is_valid = 5;
}

View File

@@ -11,10 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
syntax = "proto3";
package operations_research;
message DemonRuns {