-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of formulation storages #1103
Conversation
- Added PartialSolutionUnit
…ages_update # Conflicts: # src/Algorithm/presolve/interface.jl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good after the removal of f = true
.
register!(unit_tests, "storage_record", unit_static_var_constr_record, f = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
register!(unit_tests, "storage_record", unit_static_var_constr_record, f = true) | |
register!(unit_tests, "storage_record", unit_static_var_constr_record) |
@test ClMP.get_value_in_partial_sol(form, vars["v2"]) == -1.0 | ||
@test ClMP.get_value_in_partial_sol(form, vars["v3"]) == -2.0 | ||
end | ||
register!(unit_tests, "storage_record", unit_partial_solution_record, f = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
register!(unit_tests, "storage_record", unit_partial_solution_record, f = true) | |
register!(unit_tests, "storage_record", unit_partial_solution_record) |
register!(unit_tests, "storage_record", unit_master_columns_record, f = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
register!(unit_tests, "storage_record", unit_master_columns_record, f = true) | |
register!(unit_tests, "storage_record", unit_master_columns_record) |
Let's clean the tests before 0.8 release |
* partial sol propagation refactoring * making progress in refactoring * wip * do not deactivate column of partial sol * unprint form * - Updated MasterColumnsUnit, StaticVarConstrUnit. (#1103) - Added PartialSolutionUnit * clean tests --------- Co-authored-by: Ruslan Sadykov <[email protected]>
No description provided.