solver.src (668c91ce) solver.src (b1f1da72)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43String RID_PROPERTY_EPSILONLEVEL
44{
45 Text [ en-US ] = "Epsilon level (0-3)";
46};
47String RID_PROPERTY_LIMITBBDEPTH
48{
49 Text [ en-US ] = "Limit branch-and-bound depth";
50};
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43String RID_PROPERTY_EPSILONLEVEL
44{
45 Text [ en-US ] = "Epsilon level (0-3)";
46};
47String RID_PROPERTY_LIMITBBDEPTH
48{
49 Text [ en-US ] = "Limit branch-and-bound depth";
50};
51
51String RID_PROPERTY_NONLINEARTEST
52{
53 Text [ en-US ] = "Run strict linearity checks";
54};
52String RID_ERROR_NONLINEAR
53{
55String RID_ERROR_NONLINEAR
56{
54 Text [ en-US ] = "The model is not linear.";
57 Text [ en-US ] = "The model seems nonlinear (see options).";
55};
56String RID_ERROR_EPSILONLEVEL
57{
58 Text [ en-US ] = "The epsilon level is invalid.";
59};
60String RID_ERROR_INFEASIBLE
61{
62 Text [ en-US ] = "The model is infeasible. Check limiting conditions.";
63};
64String RID_ERROR_UNBOUNDED
65{
66 Text [ en-US ] = "The model is unbounded.";
67};
68String RID_ERROR_TIMEOUT
69{
70 Text [ en-US ] = "The time limit was reached.";
71};
72
58};
59String RID_ERROR_EPSILONLEVEL
60{
61 Text [ en-US ] = "The epsilon level is invalid.";
62};
63String RID_ERROR_INFEASIBLE
64{
65 Text [ en-US ] = "The model is infeasible. Check limiting conditions.";
66};
67String RID_ERROR_UNBOUNDED
68{
69 Text [ en-US ] = "The model is unbounded.";
70};
71String RID_ERROR_TIMEOUT
72{
73 Text [ en-US ] = "The time limit was reached.";
74};
75