Exemplo n.º 1
0
 public static extern bool is_presolve(int lp, lpsolve_scales testmask);
Exemplo n.º 2
0
 public static extern bool is_scaletype(int lp, lpsolve_scales scaletype);
 public static extern byte is_anti_degen(int lp, lpsolve_scales testmask);
Exemplo n.º 4
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern void set_scaling(int lp, lpsolve_scales scalemode);
Exemplo n.º 5
0
 public static extern bool is_anti_degen(int lp, lpsolve_scales testmask);
Exemplo n.º 6
0
 public static extern bool is_scaletype(int lp, lpsolve_scales scaletype);
Exemplo n.º 7
0
 public void set_scaling(lpsolve_scales scalemode)
 {
     Interop.set_scaling(_lp, scalemode);
 }
Exemplo n.º 8
0
 public static extern bool is_scaletype(IntPtr lp, lpsolve_scales scaletype);
Exemplo n.º 9
0
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern void set_scaling(int lp, lpsolve_scales scalemode);
Exemplo n.º 10
0
 public static extern byte is_presolve(IntPtr lp, lpsolve_scales testmask);
Exemplo n.º 11
0
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern bool is_scaletype(int lp, lpsolve_scales scaletype);
Exemplo n.º 12
0
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern bool is_scalemode(int lp, lpsolve_scales testmask);
 public static extern byte is_scalemode(int lp, lpsolve_scales testmask);
Exemplo n.º 14
0
 public static extern bool is_anti_degen(IntPtr lp, lpsolve_scales testmask);
Exemplo n.º 15
0
 public bool is_scalemode(lpsolve_scales testmask)
 {
     return(Interop.is_scalemode(_lp, testmask));
 }
Exemplo n.º 16
0
 public static extern bool is_scalemode(IntPtr lp, lpsolve_scales testmask);
Exemplo n.º 17
0
 public bool is_scaletype(lpsolve_scales scaletype)
 {
     return(Interop.is_scaletype(_lp, scaletype));
 }
Exemplo n.º 18
0
 public static extern void set_scaling(IntPtr lp, lpsolve_scales scalemode);
Exemplo n.º 19
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern bool is_scalemode(int lp, lpsolve_scales testmask);
Exemplo n.º 20
0
 public static extern bool is_scalemode(int lp, lpsolve_scales testmask);
Exemplo n.º 21
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern bool is_scaletype(int lp, lpsolve_scales scaletype);
Exemplo n.º 22
0
 public static extern void set_scaling(int lp, lpsolve_scales scalemode);
Exemplo n.º 23
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern bool is_presolve(IntPtr lp, lpsolve_scales testmask);