Skip to content

Commit

Permalink
Merge pull request #3 from nextmv-io/add-copyright-notice
Browse files Browse the repository at this point in the history
Add copyright notice
  • Loading branch information
larsbeck authored Mar 5, 2024
2 parents 5953e5a + 255a5ea commit 1656962
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constraint.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down
2 changes: 2 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

/*
Package mip provides a general interface for solving mixed integer linear
optimization problems using a variety of back-end solvers. The base interface is
Expand Down
2 changes: 2 additions & 0 deletions example_constraint_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip_test

import (
Expand Down
2 changes: 2 additions & 0 deletions example_model_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip_test

import (
Expand Down
2 changes: 2 additions & 0 deletions example_objective_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip_test

import (
Expand Down
2 changes: 2 additions & 0 deletions example_var_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip_test

import (
Expand Down
2 changes: 2 additions & 0 deletions model.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// Package mip holds the implementation of the sdk/mip package.
package mip

Expand Down
2 changes: 2 additions & 0 deletions model/multimap.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// Package model contains modeling functionality.
package model

Expand Down
2 changes: 2 additions & 0 deletions model/multimap_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package model_test

import (
Expand Down
2 changes: 2 additions & 0 deletions objective.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down
2 changes: 2 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down
2 changes: 2 additions & 0 deletions options_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip_test

import (
Expand Down
2 changes: 2 additions & 0 deletions solution.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import "time"
Expand Down
2 changes: 2 additions & 0 deletions solution_format.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down
2 changes: 2 additions & 0 deletions solver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

// Solver for a MIP problem.
Expand Down
2 changes: 2 additions & 0 deletions term.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down
2 changes: 2 additions & 0 deletions var.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package mip

import (
Expand Down

0 comments on commit 1656962

Please sign in to comment.