?? res_en_us.java
字號:
package com.power.lpsolver.LPSolve;import java.util.*;public class Res_en_US extends java.util.ListResourceBundle { static final Object[][] contents = new String[][]{ { "Problem_is_unbounded_", "Problem is unbounded." }, { "File_does_not_exist_", "File does not exist: " }, { "File_is_a_directory", "File is a directory name: " }, { "File_is_unreadable_", "File is unreadable: " }, { "Error_1_unable_to_get", "Error 1: unable to get objective sense." }, { "Error_2_unable_to_get", "Error 2: unable to get objective sense." }, { "Error_3_unable_to_get", "Error 3: unable to get objective sense." }, { "Error_7_unexpected", "Error 7: unexpected character" }, { "Error_5_unexpected", "Error 5: unexpected character" }, { "Error_6_unexpected", "Error 6: unexpected character" }, { "Error_row_label", "Error: row label expected." }, { "Error_unexpected", "Error: unexpected string." }, { "Error_4_unexpected", "Error 4: unexpected character" }, { "ROWS", "ROWS" }, { "File_reading_error", "File reading error: \"NAME\" section not found. " }, { "is_not_defined_", " is not defined." }, { "Row", "Row " }, { "Optimal_solution", "Optimal solution found" }, { "LPSolve2010", "LPSolve2010: the model requires the two-phase algorithm\n" }, { "LPSolve2020", "LPSolve2020: starting phase I optimization.\n" }, { "LPSolve2050", "LPSolve2050: the model is not feasible.\n" }, { "LPSolve2030", "LPSolve2030: starting Phase II optimization.\n" }, { "Engine2500", "Engine2500: optimization " }, { "Phase_I", "Phase I" }, { "Phase_II", "Phase II" }, { "Iteration_", "Iteration:\t" }, { "completed_Optimal", " completed. Optimal solution found.\n" }, { "Engine2600", "Engine2600: building solution object.\n" }, { "LPSolver2000_Remove", "LPSolver2000: Remove redundant constraint" }, { "Number of Columns", "Number of Columns" }, { "Number of Rows", "Number of Rows" }, { "WritingRows", "Writing Rows" }, { "WritingRHS", "Writing RHS" }, { "WritingColumns", "Writing Columns" }, { "NumberOfVariablesWritten", "Number of Variables Written: " }, { "WritingMPSModel", "Creating MPS Model" }, { "TotalNumberOfConstraints", "Total Number of Constraints: " }, { "TotalNumberOfVariables", "Total Number of Variables: " }, { "FinishedWritingMPSModel", "Finished Writing MPS Model\n" }}; public Object[][] getContents() { return contents; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -