polish all code samples to have homogenous naming, method names; update sat recipes

This commit is contained in:
Laurent Perron
2018-11-15 11:38:24 -08:00
parent 8fd62c9e43
commit 3e2a7d323a
71 changed files with 303 additions and 444 deletions

View File

@@ -11,12 +11,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import com.google.ortools.sat.CpSolverStatus;
import com.google.ortools.sat.CpModel;
import com.google.ortools.sat.CpSolver;
import com.google.ortools.sat.CpSolverStatus;
import com.google.ortools.sat.IntVar;
public class SolveWithTimeLimit {
public class SolveWithTimeLimitSampleSat {
static {
System.loadLibrary("jniortools");
}