pdlp: Fix java package

This commit is contained in:
Corentin Le Molgat
2022-10-19 17:51:34 +02:00
parent cde57b01b8
commit 0aea5a3484
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ syntax = "proto2";
package operations_research.pdlp;
option java_package = "com.google.ortools.pdlp";
option java_multiple_files = true;
import "ortools/pdlp/solvers.proto";
// Easy-to-compute statistics for the quadratic program.

View File

@@ -15,6 +15,9 @@ syntax = "proto2";
package operations_research.pdlp;
option java_package = "com.google.ortools.pdlp";
option java_multiple_files = true;
import "ortools/glop/parameters.proto";
enum OptimalityNorm {