Exemplo n.º 1
0
 public virtual ILinearSolverReport GetReport(LinearSolverReportType reportType)
 {
     return(new MosekLinearSolverReport());
 }
Exemplo n.º 2
0
 public ILinearSolverReport GetReport(LinearSolverReportType reportType)
 {
     // We don't support sensitivity report
     return null;
 }
Exemplo n.º 3
0
 public ILinearSolverReport GetReport(LinearSolverReportType reportType)
 {
     // We don't support sensitivity report
     return(null);
 }