You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a BasisType in SolverOptions requires to decltype(), but when trying to use the setBasis() method to change it, there's an error due to the unnamed enum for BasisType.
Line 36 of SolverOptions.
The text was updated successfully, but these errors were encountered:
Adding a BasisType in SolverOptions requires to decltype(), but when trying to use the setBasis() method to change it, there's an error due to the unnamed enum for BasisType.
Line 36 of SolverOptions.
The text was updated successfully, but these errors were encountered: