Skip to content

Commit

Permalink
Warnings: precise links #192 #200
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jan 17, 2024
1 parent 34afbd3 commit 2f78ac9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif ()

find_package(Sphinx)
if(NOT SPHINX_EXECUTABLE)
message(STATUS "Documentation generation disabled (requires sphinx)")
message(STATUS "Target doc disabled (requires sphinx, see requirements.txt)")
return()
endif()

Expand Down
2 changes: 1 addition & 1 deletion include/mp/flat/redef/conic/cones.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class ConicConverter : public MCKeeper<MCType> {
"solver might not accept the model.\n"
"Try to express all cones in standard forms,\n"
"not in the objective.\n"
"See mp.ampl.com/model-guide.html.");
"See mp.ampl.com/modeling-expressions.html#conic-optimization.");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion include/mp/flat/sol_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SolutionChecker {
warn += msgreal;
warn += "*: Using the solver's aux variable values.\n";
}
warn += "Documentation: mp.ampl.com/modeling-tools.html.";
warn += "Documentation: mp.ampl.com/modeling-tools.html#automatic-solution-check.";
// Should messages for realistic and idealistic
// modes be more coordinated?
// I.e., when no expressions.
Expand Down
2 changes: 1 addition & 1 deletion solvers/mosek/mosekbackend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void MosekBackend::Solve() {
"make sure they have standard SOCP forms, and\n"
"the objective is linear by moving the\n"
"quadratic terms into auxiliary SOC constraints.\n"
"See mp.ampl.com/model-guide.html.");
"See mp.ampl.com/modeling-expressions.html#conic-optimization.");

}
MOSEK_CCALL( res );
Expand Down

0 comments on commit 2f78ac9

Please sign in to comment.