Skip to content

Commit

Permalink
Rename values to entries in Parameters to match State message
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Nov 19, 2024
1 parent 9227896 commit 38b8dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/ommx/v1/parametric_instance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ message Parameter {
optional string description = 5;
}

// A set of parameters for instantiating an optimization problem from a parametric instance
message Parameters {
map<uint64, double> values = 1;
map<uint64, double> entries = 1;
}

message ParametricInstance {
Expand Down

0 comments on commit 38b8dc5

Please sign in to comment.