Skip to content

Commit c7a74cd

Browse files
committed
update from dev
1 parent 0699194 commit c7a74cd

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/test/java/com/ibm/ml/mp/Warehouse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import com.typesafe.config.ConfigFactory;
66
import ilog.concert.*;
77
import ilog.cplex.*;
8+
import ilog.cplex.WmlCplex;
89

910
public class Warehouse {
1011
static class SemiContGoal extends IloCplex.Goal {

src/test/resources/wml.cos.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ service{
1616
space_id = "your space id" // You can solve a model only through a space in WML.
1717
space_id = ${?WML_SPACE_ID} // or use an environment variable
1818

19-
version = "2020-08-07" // Mandatory WML field, must be provided. Any value is accepted so far.
19+
version = "2021-06-01" // Mandatory WML field, must be provided. Any value is accepted so far.
2020
version = ${?WML_VERSION} // or use an environment variable
2121
}
2222
platform {

src/test/resources/wml.cpd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ service{
1616
space_id = "your space id" // You can solve a model only through a space in WML.
1717
space_id = ${?CPD_SPACE_ID} // or use an environment variable
1818

19-
version = "2020-08-07" // Mandatory WML field, must be provided. Any value is accepted so far.
19+
version = "2021-06-01" // Mandatory WML field, must be provided. Any value is accepted so far.
2020
version = ${?CPD_VERSION} // or use an environment variable
2121
}
2222
}

src/test/resources/wml.public.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ service{
1616
space_id = "your space id" // You can solve a model only through a space in WML.
1717
space_id = ${?WML_SPACE_ID} // or use an environment variable
1818

19-
version = "2020-08-07" // Mandatory WML field, must be provided. Any value is accepted so far.
19+
version = "2021-06-01" // Mandatory WML field, must be provided. Any value is accepted so far.
2020
version = ${?WML_VERSION} // or use an environment variable
2121
}
2222
platform {

0 commit comments

Comments
 (0)