File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import com .typesafe .config .ConfigFactory ;
66import ilog .concert .*;
77import ilog .cplex .*;
8+ import ilog .cplex .WmlCplex ;
89
910public class Warehouse {
1011 static class SemiContGoal extends IloCplex .Goal {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments