MIP Solution Pool errors
- 800 First index outside bounds: <col_index> not in [0,<num_cols> - 1]
-
The index col_index of the first column passed to XPRS_msp_getsol is outside the range [0, <num_cols> - 1]
- 801 First index greater than last
-
The index of the first column passed to XPRS_msp_getsol is greater than the index of the last column.
- 802 Attempt to attach problem more than one XPRSmipsolpool: Attach failed
-
A problem cannot be attached to more than one MIP solution pool.
- 804 Unable to check if loaded sol is dupld: No global model avail
-
A check if the solution being loaded is a duplicate of an existing solution cannot be made since no global model is available. No model is available because no problem has been attached to the MIP solution pool.
- 805 Unable to check if loaded sol is dupld: Memory allocation failure
-
A check if the solution being loaded is a duplicate of an existing solution failed because of a memory allocation failure.
- 806 Unable to check if loaded sol is dupld: Incompat src prob
-
A check if the solution being loaded is a duplicate of an existing solution cannot be made because the problem from which the solution originates does not match the global model used for duplicate checking.
- 807 Unable to check if loaded sol is dupld: Global model unreliable
-
A check if the solution being loaded is a duplicate of an existing solution cannot be made because a required update of the global model could not be made reliably.
- 808 Unable to check if loaded sol is dupld: Global model reqd but inaccessible
-
A check if the solution being loaded is a duplicate of an existing solution cannot be made because a required update of the global model could not be made.
- 809 Duplicate sol chck may not work: Global model inaccessible in attaching prob
-
A check if the solution being loaded is a duplicate of an existing solution cannot be made because a required capture of the global model could not be made from the problem being attached.
- 810 Destroying XPRSmipsolpool with problems still attached: Probs detached automatically
-
The MIP solution pool is being destroyed and problems are still attached. This should be ok although the user should be aware. This message can be avoided by detaching the attached problems before destroying the MIP solution pool.
- 812 Compl duplicate sol chck: Failed
-
A reset operation for the duplicate solution information failed. The duplicate solution checking may now not work reliably.
- 814 Failed to capture solution information
-
Failure calculating the information for a solution with respect to a problem.
- 815 Failed to generate solution check sum
-
A check of the problem state information failed when trying to calculate a check sum.
- 816 Failed to capture solution
-
An unexpected failure when attempting to capture a solution.
- 817 Failure in internal event registration
-
An object failed to register to receive system events.
- 818 Failure in internal event deregistration
-
An object failed to deregister the receipt of system events.
- 821 Unrecoverable memory allocation failure
-
A call made by the user failed because of a memory allocation failure.
- 822 Recoverable memory allocation failure: <operation_attempted>
-
A memory allocation failed when attempting the operation < operation_attempted >. The system may still continue to function normally.
- 826 Soln col count does not match prob: <prob_id_string>: <solution_id>
-
The numbers of columns of solution <solution_id> and of problem <prob_id_string> are required to be the equal (but they are not).
- 827 Soln is deleted and no longer available: <solution_id>
-
The user has attempted to access information for the solution with id <solution_id> but the solution has been deleted.
- 829 Soln id does not exist: <solution_id>
-
The user has attempted to access information for the solution with id <solution_id> but the id is for a solution that does not exist.
- 830 Unable to make a reliable list of sols for prob: <prob_id_string>: Unable to access prob state
-
An attempt to make a list of solutions that relate to problem <prob_id_string> failed because state information of the problem could not be reliably accessed.
- 831 Unrecognized attribute id <attribute_id>: Solutions will not be sorted
-
The user seems to want a list of solutions sorted by some attribute but the attribute id is not recognized.
- 835 Column count does not match prob: <num_solution_cols>: <num_prob_cols>
-
The numbers of columns of a given solution vector and of a given problem are required to be the equal (but they are not).
- 836 Failure writing solution to file: <file_name>
-
An unexpected failure was encountered writing solution(s) to file <file_name>.
- 837 Failure opening file for writing: <file_name>
-
An unexpected failure was encountered opening file <file_name> for writing.
- 838 Failure opening file for reading: <file_name>
-
An unexpected failure was encountered opening file <file_name> for reading.
- 839 Loading sol failed : <prob_id_string>: id=<solution_id> <message>
-
A failure occurred when loading solution <solution_id> into problem <prob_id_string>. The failure is described in string <message>.
- 842 Loading sol interrupted: <prob_id_string>: id=<solution_id>
-
Loading was interrupted of solution <solution_id> into problem <prob_id_string>.
- 851 Unrecognized duplicate solution policy id: <policy_id>
-
The user has attempted to set an unrecognized value <policy_id> for the control MSP_DUPLICATESOLUTIONSPOLICY.
- 852 Reading solution skipped: `<solution_name>'
-
The solution named <solution_name> was skipped while reading solutions from file. A previous message describes why the solution could not be read.
- 853 Error detected in debug duplicate solution check: <message>
-
A rigorous duplicate solution checking routine found an anomaly described in <message>.
- 855 Changing <tolerance_name> for solution `<solution_name>' captured from problem: <system_tol_value> -> <user_tol_value>
-
A warning that the user is changing the tolerance <tolerance_name> (MIPTOL or FEASTOL) for a solution from the value it was set to by the system <system_tol_value> to a different value <user_tol_value>.
- 859 No solutions written
-
No solutions were written in a call to XPRS_msp_writeslxsol.
- 868 <operation_name> is only allowed for attached problems
-
The operation <operation_name> is only allowed for problems attached to the MIP solution pool.
- 869 Soln is deleted and no longer available: <solution_id>
-
The user has attempted to access information for the solution with id <solution_id> but the solution seems to have been deleted.
- 870 Soln id does not exist: <solution_id>
-
The user has attempted to access information for the solution with id <solution_id> but the id is for a solution that has not yet been encountered.
- 871 Unrecoverable memory allocation failure
-
A call made by the user failed because of a memory allocation failure.
- 874 Unrecognized solution metric id: <metric_id>
-
The metric id <metric_id> passed by the user is unrecognized.
- 875 No solutions available
-
The user is attempting to access information about the stored solutions but the solution storage is empty.
- 876 Enumerator is already running
-
The user is attempting to run the enumeration while the enumeration is already running.
- 875 Failed to access XPRSmipsolpool state: <access_operation>
-
The MIP solution enumerator failed accessing the MIP solution pool state with access operation <access_operation>.
- 878 Failed to access XPRSprob state: <access_operation>
-
The MIP solution enumerator failed accessing the problem state with access operation <access_operation>.
- 879 Failed to allocate memory
-
The MIP solution enumerator failed to allocate memory.
- 882 Missing required arguments for running enumerator
-
Arguments passed to the enumeration-run routine (e.g., XPRS_mse_minim) were required to be non-NULL but were passed as NULL.
- 883 Problem no longer has the same number of columns
-
The column dimension of the problem used by the MIP solution enumerator was changed by user.
- 885 Failure storing solution with memory allocation failure
-
A memory allocation failure meant that a solution could not be captured.
- 886 Failure storing solution(s) with failed access to XPRSmipsolpool state: <access_operation>
-
A solution could not be captured because of a failure accessing the state of the MIP solution pool with access operation <access_operation>.
- 887 Failure storing solution(s) with failed access to XPRSprob state: <access_operation>
-
A solution could not be captured because of a failure accessing the state of the problem with access operation <access_operation>.
- 1000 Invalid parameter access : <error_message> (<routine_name>)
-
Access to a parameter with a call to routine <routine_name> failed because of error described in <error_message>.
- 1006 Failed to capture solution information from problem
-
Failure calculating the information for a solution with respect to a problem.
- 1012 Problem <prob_id_string> detached unexpectedly
-
A problem <prob_id_string> attached to the MIP solution pool was unexpectedly detached by the user.
- 1013 Cannot attach thread problem to MIP solution pool
-
The user has attempted to attach an internal problem being solved by the parallel MIP search to a MIP solution pool.
- 1014 Column count mismatch: <num_solution_cols> != <num_row_vector_cols>
-
A row vector of length <num_row_vector_cols> passed to the MIP solution pool for evaluation against a solution does not contain the same number of columns as the solution <num_solution_cols>.