Skip to content

Commit 7da64ec

Browse files
committed
revised trap for opt base jco restart with only dec vars (risk = 0.5)
1 parent f911e96 commit 7da64ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/opt/sequential_lp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ void sequentialLP::iter_presolve()
972972
missing.push_back(name);
973973
if (missing.size() > 0)
974974
throw_sequentialLP_error("the following decision vars were not found in the jacobian " + basejac_filename + " : ", missing);
975-
if (constraints.get_use_fosm())
975+
if ((constraints.get_use_chance()) && (constraints.get_use_fosm()))
976976
{
977977
for (auto& name : constraints.get_adj_par_names())
978978
//if (find(start, end, name) == end)

0 commit comments

Comments
 (0)