genmodel 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Genmodel/GenModelOsi.cpp +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9ecfce60cb4852dff351de92129d555959004a4
4
- data.tar.gz: fd88d9cb1469685672c7fc1e59d822ab4dd04f36
3
+ metadata.gz: 9ca0cc9edf1f6ef9f890c42f8419e15c749e02a0
4
+ data.tar.gz: e6c826c837c243e4820bb19315e3fb1df17ff994
5
5
  SHA512:
6
- metadata.gz: 6b16522b8794f7b1deed5a82c8ef5af7c8aed4c14c1ce585c45c7caef012105eb969ed9b052ada89023d9ec293df2771330eaeec7b84d44889bce7471103f5ca
7
- data.tar.gz: 7168d402a3ab1cb92748291a487bde12d1bd3bca8d546f524c9cf4f608b807716c75decc405a498ec068e6337da6adaf42b0b6d446143eadd12b98c1d8ed8c64
6
+ metadata.gz: b1009916247bc14c4e9847ecc218bad9ae8994cc7b79683445aa729d58db6226af4f490f7256523e8d95d87dafc6e610ddd0e3dbce49bce8ffbaf73393e0c65c
7
+ data.tar.gz: 4fb87b6db3d4aa76bf087226135f7607634c3153e697fa456000d050a577cfc798a631d132e93a1fb9c6af93c064ab7cb7df467ab6ff8d309d4bbe99bb0374b6
@@ -278,7 +278,7 @@ long GenModelOsi::Solve()
278
278
  }
279
279
 
280
280
  //hassolution = d->mipmodel->bestSolution() != NULL;
281
- printf("Number of solution = %d\n", d->mipmodel->getSolutionCount());
281
+ //printf("Number of solution = %d\n", d->mipmodel->getSolutionCount());
282
282
  hassolution = d->mipmodel->getSolutionCount() > 0;
283
283
  objval = d->mult*d->mipmodel->getObjValue();
284
284
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genmodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Bouchard