Skip to content

Add SolverTest tests#161

Draft
tmigot wants to merge 1 commit intomainfrom
add-solvertests
Draft

Add SolverTest tests#161
tmigot wants to merge 1 commit intomainfrom
add-solvertests

Conversation

@tmigot
Copy link
Member

@tmigot tmigot commented Apr 5, 2024

This includes multiprecision tests that are currently not done in Percival

@tmigot
Copy link
Member Author

tmigot commented Apr 17, 2024

  • The following is not solved:
nls = ADNLSModel(
  x -> [x[1] - 1; x[2] - 1],
  -ones(2),
  2,
  x -> [sum(x .^ 2) - 2; x[2] - x[1]^2],
  zeros(2),
  zeros(2),
  name = "linear residual and quad constraints";
)

and should be investigated.

  • Two multiprecision tests fail with Float16 with an error (in Krylov.jl).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant